Hi:
I'm just starting to use JSON schema and am curious which Python
implementation is the best. My criteria for bestness are (1) whether
the implementation is actively developed and supported and (2) to what
degree the implementation conforms to the draft spec.
There's a jsonschema module on
code.google.com, which was last updated
in 2008:
http://code.google.com/p/jsonschema/downloads/list
There are a number of forks of jsonor on bitbucket. Mixedpuppy's fork
seems to the the most recent, with deliveries in mid 2011.
https://www.google.com/search?q=jsonor
Is jsonor the way to go?
Regards,
Nick