JSONParser.getNull

Expect the next value to be null and skip to the next value.

Despite the name, this function doesn't return.

struct JSONParser
void
getNull
()

Throws

JSONException if the next item isn't a null.

Meta