JSONParser.get

Get a value of the matching type.

Members

Aliases

get
alias get = getBoolean
Undocumented in source.
get
alias get = getNumber!T
Undocumented in source.
get
alias get = getNumber!float
Undocumented in source.
get
alias get = getString
Undocumented in source.
get
alias get = getArray!U
Undocumented in source.
get
alias get = getArray!T
Undocumented in source.
get
alias get = getAssoc!U
Undocumented in source.
get
alias get = getStruct!T
Undocumented in source.

Functions

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

Parameters

T

Built-in type expected to be returned, or an element of the Type enum.

Meta