JsonParserIter.nesting

Returns the nesting level difference caused by the current token.

class JsonParserIter(bool AllowNaN = false)
int
nesting
()

Return Value

Type: int

+1 if the current token is BeginObject or BeginArray, -1 if the current token is EndObject or EndArray, 0 otherwise

Meta