odin-jsonschema

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

sample.json (104B)


      1 {
      2   "points": [{ "x": 1, "y": 2 }, { "x": 3, "y": 4 }],
      3   "matrix": [[1, 2], [3, 4]],
      4   "tags": ["a"]
      5 }