JsonParser is a simple JSON parser written in Java™ programming language. See more about JSON on JSON.org website
Due to small releases good for learning purposes.
Initial configurations, empty object parsing, whitespace ignoring.
Initial members support. Strings and associated empty objects.
For project build just clone it and run
mvn clean install
See tests for examples.