A Schema for JSON

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];
};