Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 650 Bytes

ndjson-java build_status

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.

Usage

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