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 it IF YOU GIVE ME A TEST CASE. ( input this , expect that )
Also floating point parsing for exponential notation can be slighly improved , does not bother on my projects.
Android dev will like it to be as small as it can be i guess.
Documentation in readme.txt
Features
- json
- parser
- library
- write
- read
- java