Main Contents

A schema for JSON – 100th Post!

October 6, 2009

Orderly, a concise schema language for JSON has been released. This is a welcome boost to my favorite data notation format. No more manual validation kluge. Nice work Lloyd!

                  object {
                     string name;
                     integer age[,125];
                  };

Filed under: Professional, SOA | Comments (0)

Leave a comment