Easy Java access to Orderly
Signal invalid input
The Scala front door to Orderly
Internal errors in our schema
A problem detected by the validator for the given input
Some Json utilities
JSON schema validation, ported from the Dojo implementation.
An implementation of Orderly JSON (http://orderly-json.org/).
An implementation of Orderly JSON (http://orderly-json.org/). This parser produces a JSON object representing the JSON schema of the given Orderly input.
This is based on the Orderly grammar at: http://github.com/lloyd/orderly/blob/master/docs.md
JSON schema validation, ported from the Dojo implementation. This is woefully incomplete at the moment.
Some hacky bits... - Something typed as 'number' might be represented as a JInt. This makes the min/max check ugly for this case.