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