Introduction
Hoepsch JSON is inspired by the org.json and FlexJSON Java libraries. Currently the marshalling is under construction.

Hoepsch JSON is easy to use, consistent and tested.

Empty / null values are treated as null, trying to get a non-existent key will return null as well.

See Quick Usage for a short overview of what Hoepsch JSON does, or see the API, JavaDoc (to be done), test code or Cobertura coverage report for more examples.