json4java
Very Compact Java Reader / Writer ( 12kb)
I was i need of a json writer / parser which is
- Compact. Libraries around there are way too big given the json spec and my usual need for a project.
-Simply integrated as a simple jar. Dont want to force Maven dependency on projects.
Could not find it so i wrote it. I dont claim its perfect , but should save some time for small / medium projecs. Json types are intuitively mapped to their Java counterparts : Map , List.
I did not try all UTF16 encodings , but let me know i will fix...