All Classes
-
All Classes Class Summary Enum Summary Exception Summary Class Description JSONArray A JSONArray is an array structure capable of holding multiple values, including other JSONArrays andJSONObjects
JSONException An exception used by the JSON5 for Java Library if something went wrongJSONObject A JSONObject is a map (key-value) structure capable of holding multiple values, including otherJSONArrays
and JSONObjectsJSONOptions This class used is used to customize the behaviour ofparsing
andstringifying
JSONOptions.DuplicateBehavior An enum containing all supported behaviors for duplicate keysJSONOptions.JSONOptionsBuilder JSONParser A JSONParser is used to convert a source string into tokens, which then are used to constructJSONObjects
andJSONArrays
JSONStringify A utility class for serializingJSONObjects
andJSONArrays
into their string representations