JsonParserIter.opCall

Resets the instance and sets the input content (convenience wrapper for super.reset()).

class JsonParserIter(bool AllowNaN = false)
typeof(this)
opCall

Parameters

content cstring

new JSON input content to parse

Return Value

Type: typeof(this)

this instance

Meta