ObjectValue

Undocumented in source.

Constructors

this
this(Value[string] values)
Undocumented in source.
this
this(JSONValue[string] values)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

opBinaryRight
auto opBinaryRight(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Value opIndex(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
Value opIndexAssign(Value v, string k)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONValue
JSONValue toJSONValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

properties
Value[string] properties [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Value

toJSONValue
JSONValue toJSONValue()
Undocumented in source.

Meta