structjson ~master (2022-02-10T12:33:58Z)
Dub
Repo
JSONException
structjson
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
structjson
aliases
JSON_TYPE
classes
JSONException
enums
JSONFloatLiteral
JSONOptions
JSONType
functions
parseJSON
toJSON
structs
JSONValue
Exception thrown on JSON errors