siryul ~master (2021-06-03T17:05:54Z)
Home
Dub
Repo
UnexpectedTypeException
siryul
json
Thrown when a JSON value has an unexpected type.
class
UnexpectedTypeException :
JSONDException
{
this
(JSONType expectedType, JSONType unexpectedType, string file, size_t line);
}
Constructors
this
this
(JSONType expectedType, JSONType unexpectedType, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
siryul
json
classes
JSONDException
UnexpectedTypeException
structs
JSON
templates
deserialize
serialize
Thrown when a JSON value has an unexpected type.