JsonParserIter.nextNamedObject

Iterates over the json string looking for the named object and halting iteration if it is found.

Note that the search takes place from the current iteration position, and all iterations are cumulative. The iteration position is reset using the 'reset' method (in super).

class JsonParserIter(bool AllowNaN = false)
bool
nextNamedObject

Parameters

name cstring

name to search for

Return Value

Type: bool

true if named object found

Meta