Skip to content

jignaasu/ndjson-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java library for creating and parsing ND-JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages