JSON

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

as
auto as()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(uint idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
Handle parse(string json)
Undocumented in source. Be warned that the author may not have intended to support it.
stringify
string stringify(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta