- clear
auto clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
DJSONValue dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
void opCall(DJSONObject value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
void opCall(DJSONValue[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
void opCall(string[string] values)
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.
- opIndex
DJSONValue opIndex(size_t index)
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.
- remove
DJSONValue remove(string name)
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.