JsonParserIter.nextNamed

Iterates over the json string looking for the named element and returning the value of the following element.

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)
nextNamed
(,
out bool found
)

Parameters

name cstring

name to search for

found bool

output value, set to true if named value was found

Return Value

Type: cstring

value of element after the named element

Meta