JSON parser, can't be null
opening token type of the aggregate this instance iterates over (usually BeginObject or BeginArray)
closing token type of the aggregate this instance iterates over (usually EndObject or EndArray)
should a potential null value be skipped? If false and a null value is found an AssertException will be thrown.
Constructor