odin-jsonschema

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

sample.json (89B)


      1 {
      2   "one": "hello",
      3   "two": 4.5,
      4   "three": ["a", "b"],
      5   "four": { "foobar": "baz" }
      6 }