JSONValue

JSON value

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addArrayElement
void addArrayElement(JSONValue element)
Undocumented in source. Be warned that the author may not have intended to support it.
addField
void addField(string name, JSONValue element)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

asArray
JSONArray asArray;
Undocumented in source.
asBoolean
bool asBoolean;
Undocumented in source.
asNumber
double asNumber;
Undocumented in source.
asObject
JSONObject asObject;
Undocumented in source.
asString
string asString;
Undocumented in source.
type
JSONType type;
Undocumented in source.

Meta