odin-jsonschema

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

sample.json (81B)


      1 {
      2   "scores": { "alpha": 1.5, "beta": 2 },
      3   "meta": { "a": { "value": "x" } }
      4 }