nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
JSONException
nwnlibd
orderedjson
Exception thrown on JSON errors
class
JSONException : Exception {
this
(string msg, int line, int pos);
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, int line, int pos)
Undocumented in source.
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
nwnlibd
orderedjson
aliases
JSON_TYPE
classes
JSONException
enums
JSONFloatLiteral
JSONOptions
JSONType
functions
parseJSON
toJSON
structs
JSONValue
Exception thrown on JSON errors