odin-jsonschema

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

sample.json (99B)


      1 {
      2   "count": 7,
      3   "ratio": 0.5,
      4   "active": true,
      5   "label": "x",
      6   "anything": [1, "two", null]
      7 }