The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation.
The jsonTuples library parses JSON text to immutable JSON values, which can then be converted to List or Map for CRUD operations then back to JSON values. As an unique feature, jsonTuples can compare ...