Open
Open
@abatista75

Description

I recently discovered json-iterator and it rocks: simple, efficient, quite powerful binding.

However, the competition is hard and the business needs are increasing day after day.
So, a very great upgrade would be the capability to manage json-schema directly within than lib (http://json-schema.org).

It will allow to perform consistency check outside java source code in a simple way.
We already use JSON Schema and it simplifies a lot our developments (as many of our json files comes from external partners and we must be sure about their consistency before inserting them in our databases).

PS : That post is a change request, not an issue ;-)