Represents a JSON Array (list).
Represents a JSON Object (map).
A marker class for the JSON result types.
The main JSON Parser.
This object provides a simple interface to the JSON parser class.
This object defines functions that are used when converting JSONType values into String representations.
This object defines functions that are used when converting JSONType values into String representations. Mostly this is concerned with proper quoting of strings.
This object provides a simple interface to the JSON parser class. The default conversion for numerics is into a double. If you wish to override this behavior at the global level, you can set the
globalNumberParser
property to your own(String => Any)
function. If you only want to override at the per-thread level then you can set theperThreadNumberParser
property to your function. For example: