All Classes and Interfaces

Class
Description
A JSONArray is an array structure capable of holding multiple values, including other JSONArrays and JSONObjects
An exception used by the JSON5 for Java Library if something went wrong
A JSONObject is a map (key-value) structure capable of holding multiple values, including other JSONArrays and JSONObjects
This class used is used to customize the behaviour of parsing and stringifying
 
A JSONParser is used to convert a source string into tokens, which then are used to construct JSONObjects and JSONArrays
A utility class for serializing JSONObjects and JSONArrays into their string representations