DJSONArray

Undocumented in source.

Constructors

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

Members

Functions

dup
DJSONValue dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
O opBinary(DJSONValue value)
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.
opOpAssign
O opOpAssign(DJSONValue value)
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

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
reverse
DJSONArray reverse [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subArray
DJSONArray subArray(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
values
DJSONValue[] values [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
DJSONArray[] values [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
DJSONObject[] values [@property setter]
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.

Variables

_values
DJSONValue[] _values;
Undocumented in source.

Meta