IterateAggregate.this

Constructor

class IterateAggregate
this

Parameters

json Parser

JSON parser, can't be null

start_type Type

opening token type of the aggregate this instance iterates over (usually BeginObject or BeginArray)

end_type Type

closing token type of the aggregate this instance iterates over (usually EndObject or EndArray)

skip_null bool

should a potential null value be skipped? If false and a null value is found an AssertException will be thrown.

Meta