Java library for creating and parsing ND-JSON
This library relies on JSON-java and future plan is to support other available popular JSON libraries like Jackson, Gson etc.
There is only one class which does both parsing and generation.
Use parse
method to parse the JSON string to
List of JSONObjects.
Use generate
method to generate the new-line
delimited JSON string from List of JSON Objects