All Classes and Interfaces
Class
Description
A 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 wrong
A JSONObject is a map (key-value) structure capable of holding multiple values,
including other
JSONArrays and JSONObjectsThis class used is used to customize the behaviour of
parsing and stringifyingA JSONParser is used to convert a source string into tokens, which then are used to
construct
JSONObjects and JSONArraysA utility class for serializing
JSONObjects and
JSONArrays into their string representations