Validate JSON. The library rejects invalid JSON in most cases, but it is not designed as a strict JSON validating parser. Support more JSON features. The library intentionally does not provide bean ...
The primary goals of this library are Be easy to learn and simple to teach. Have an API for decoding that is reasonably declarative and gives good feedback on unexpected input. Make use of modern Java ...