Returns the nesting level difference caused by the current token.
+1 if the current token is BeginObject or BeginArray, -1 if the current token is EndObject or EndArray, 0 otherwise
See Implementation
Returns the nesting level difference caused by the current token.