| Name | Description | Type | Package | Framework |
| CDL | This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text. | Class | org.apache.sling.commons.json.util | Apache Sling |
| Cookie | Convert a web browser cookie specification to a JSONObject and back. | Class | org.apache.sling.commons.json.http | Apache Sling |
| CookieList | Convert a web browser cookie list string to a JSONObject and back. | Class | org.apache.sling.commons.json.http | Apache Sling |
| HTTP | Convert an HTTP header to a JSONObject and back. | Class | org.apache.sling.commons.json.http | Apache Sling |
| HTTPTokener | The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers. | Class | org.apache.sling.commons.json.http | Apache Sling |
| JSONArray | A JSONArray is an ordered sequence of values. | Class | org.apache.sling.commons.json | Apache Sling |
| JSONException | The JSONException is thrown by the JSON. | Class | org.apache.sling.commons.json | Apache Sling |
| JsonItemWriter | Dumps JCR Items as JSON data. | Class | org.apache.sling.commons.json.jcr | Apache Sling |
| JsonJcrNode | This class makes it easy to create a JSON object out of a JCR node. | Class | org.apache.sling.commons.json.jcr | Apache Sling |
| JSONObject | A JSONObject is an unordered collection of name/value pairs. | Class | org.apache.sling.commons.json | Apache Sling |
| JSONString | The JSONString interface allows a toJSONString() method so that a class can change the behavior of | Interface | org.apache.sling.commons.json | Apache Sling |
| JSONStringer | JSONStringer provides a quick and convenient way of producing JSON text. | Class | org.apache.sling.commons.json.io | Apache Sling |
| JSONTokener | A JSONTokener takes a source string and extracts characters and tokens from it. | Class | org.apache.sling.commons.json | Apache Sling |
| JSONWriter | JSONWriter provides a quick and convenient way of producing JSON text. | Class | org.apache.sling.commons.json.io | Apache Sling |
| Validator | Utility class for validating JSON text. | Class | org.apache.sling.commons.json.util | Apache Sling |
| XML | This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text. | Class | org.apache.sling.commons.json.xml | Apache Sling |
| XMLTokener | The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts. | Class | org.apache.sling.commons.json.xml | Apache Sling |