- 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.