JSONParser.getBoolean

Get a boolean and skip to the next value.

struct JSONParser
bool
getBoolean
()

Return Value

Type: bool

The parsed boolean.

Throws

JSONException if the next item isn't a boolean.

Meta