JsonParser.reset

Reset the parser to a new string

class JsonParser(T, bool AllowNaN = false)
bool
reset
(
Const!(T)[] json = null
)

Parameters

json Const!(T)[]

new string to process

Return Value

Type: bool

true if the document starts with a '{' or a '['

Meta