DJSNValue

Undocumented in source.

Members

Functions

dup
DJSNValue 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.
opEquals
bool opEquals(string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DJSNValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DJSNValue 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
DJSNValue 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]

JSN 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