odin-jsonschema

Implementation of JSON schema for Odin
Log | Files | Refs | LICENSE

sample.json (83B)


      1 {
      2   "name": "grug",
      3   "address": { "street": "1 Cave Way", "city": "Rockville" }
      4 }