A minimal, but complete JSON parser and writer for Java
Description
A fast and minimal JSON parser and writer for Java. It's not an object mapper, but a bare-bones library that aims at being; minimal (no dependencies) , fast (compared to other JSON parsers), leightweight (minimal memory footprint) & easy to use.
Minimal-json is fully covered by unit tests, and field-tested by the Eclipse RAP project.
Link