JsonProperties

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

opIndex
string opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
O opIndexAssign(string value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
O remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

keys
string[] keys;
Undocumented in source.
values
string[string] values;
Undocumented in source.

Meta