Skip to content

lbownik/primitive-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalistic JSON parser and generator.

The library represents JSON as

  • java.util.HashMap,
  • java.util.ArrayList,
  • java.lang.String,
  • java.lang.Long,
  • java.lang.Double,
  • java.lang.Boolean,
  • null

Just include Parser.java or Generator.java into Your project and use new Parser().parse(...) or new Ganaretor().generate(...).

The library is optimized to avoid unnecessary object allocation.

About

A minimalistic JSON parser and generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages