libdjson ~master (2022-03-23T15:06:24.9383917)
Dub
Repo
JSONError
libdjson
json
An exception thrown on JSON parsing errors.
class
JSONError : Exception {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
libdjson
json
aliases
string
classes
JSONArray
JSONBoolean
JSONError
JSONNull
JSONNumber
JSONObject
JSONString
JSONType
functions
JSONDecode
JSONEncode
agToFloat
agToULong
main
quickUTF8
readJSON
regrep
tostring
An exception thrown on JSON parsing errors.