Many third-party APIs are available for parsing and creating JSON objects. Chapter 8 explores one of the simplest of these APIs: mJson.
What Is mJson?
Full support for JSON Schema Draft 4 validation
Single universal type—everything is a Json object; there is no type casting
Single factory method for converting a Java object to a Json ...