JsonObject

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string str)
Undocumented in source.
this
this(JSONValue value)
Undocumented in source.

Members

Functions

encode
string encode()
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
mapTo
T mapTo()
Undocumented in source. Be warned that the author may not have intended to support it.
put
JsonObject put(string k, string v)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

mapFrom
JsonObject mapFrom(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta