Module json5
Package at.syntaxerror.json5
-
Class Summary Class Description JSONArray A JSONArray is an array structure capable of holding multiple values, including other JSONArrays andJSONObjectsJSONObject A JSONObject is a map (key-value) structure capable of holding multiple values, including otherJSONArraysand JSONObjectsJSONOptions This class used is used to customize the behaviour ofparsingandstringifyingJSONOptions.JSONOptionsBuilder JSONParser A JSONParser is used to convert a source string into tokens, which then are used to constructJSONObjectsandJSONArraysJSONStringify A utility class for serializingJSONObjectsandJSONArraysinto their string representations -
Enum Summary Enum Description JSONOptions.DuplicateBehavior An enum containing all supported behaviors for duplicate keys -
Exception Summary Exception Description JSONException An exception used by the JSON5 for Java Library if something went wrong