- even though jackson has an 'implementation', it does not seem to
support the validation of json objects against a json schema
- jsontools.berlios seem to define its own syntax instead of going
with one defined at http://json-schema.org/
thoughts?
Jackson can only produce a JSON schema for annotated classes currently.
Validation as a feature has been requested (there is interest), but so
far it has not been implemented.
If anyone had spare cycles to help with that, I am sure help would be
most welcome. :-)
-+ Tatu +-