siryul.json

Undocumented in source.

Members

Classes

JSONDException
class JSONDException

Thrown on JSON deserialization errors

UnexpectedTypeException
class UnexpectedTypeException

Thrown when a JSON value has an unexpected type.

Structs

JSON
struct JSON

JSON (JavaScript Object Notation) serialization format

Templates

deserialize
template deserialize(Serializer : JSON, BitFlags!DeSiryulize flags)
Undocumented in source.
serialize
template serialize(Serializer : JSON, BitFlags!Siryulize flags)
Undocumented in source.

Meta