JSONFragment

Fragment of raw JSON. When serialized, the .json field is inserted into the resulting string verbatim, without any validation. When deserialized, will contain the raw JSON of one JSON object of any type.

struct JSONFragment {}

Members

Functions

opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

json
string json;

Meta