Decoder.decode

Try to decode the json. The decoded result is retrieved from decodedValue.

struct Decoder
bool
decode
(
in const(char)[] json
)

Return Value

Type: bool

true if parsing succeeded. Passed json is insufficient, returns false.

Throws

a YajlException when parsing error ocurred.

Meta