DJSONValue

Undocumented in source.

Members

Functions

dup
DJSONValue dup()
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DJSONValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DJSONValue opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T values, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(T values, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
pathExists
bool pathExists(string[] names)
Undocumented in source. Be warned that the author may not have intended to support it.
pathValue
DJSONValue pathValue(string[] names)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

keys
auto keys [@property getter]

JSON values can be: A number (integer or floating point) A string (in double quotes) A Boolean (true or false) An array (in square brackets) An object (in curly braces) null

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta