odin-jsonschema

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

sample.json (89B)


      1 {
      2   "owner": { "name": "grug", "pet": { "name": "rex" } },
      3   "pet": { "name": "spot" }
      4 }