JSON.jl icon indicating copy to clipboard operation
JSON.jl copied to clipboard

Support JSON schema

Open loleg opened this issue 7 years ago • 2 comments

Ability to validate a JSON document according to a JSON Schema definition, as per http://json-schema.org/ - Implementation could look like Python's jsonschema

loleg avatar Feb 06 '18 09:02 loleg

By the way, I did check JSON2.jl and JsonBuilder.jl for this capability and came up short.

loleg avatar Feb 06 '18 09:02 loleg

Leaving this link for posterity: https://github.com/fredo-dedup/JSONSchema.jl.

Alternatively, this issue can be closed. I don't think it is a job for JSON.jl.

odow avatar Jun 30 '20 14:06 odow