Module json5
Package at.syntaxerror.json5
package at.syntaxerror.json5
-
ClassDescriptionA JSONArray is an array structure capable of holding multiple values, including other JSONArrays and
JSONObjectsAn exception used by the JSON5 for Java Library if something went wrongA JSONObject is a map (key-value) structure capable of holding multiple values, including otherJSONArraysand JSONObjectsThis class used is used to customize the behaviour ofparsingandstringifyingA JSONParser is used to convert a source string into tokens, which then are used to constructJSONObjectsandJSONArraysA utility class for serializingJSONObjectsandJSONArraysinto their string representations