DJSONObject

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DJSONObject value)
Undocumented in source.
this
this(DJSONValue[string] values)
Undocumented in source.
this
this(bool[string] values)
Undocumented in source.
this
this(double[string] values)
Undocumented in source.
this
this(string[string] values)
Undocumented in source.

Members

Functions

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.

Properties

fields
auto fields [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
auto values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
DJSONValue[string] values [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
T[string] values [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta