JsonParser.this

Construct a parser from a string

class JsonParser(T, bool AllowNaN = false)
this
(
const(T)[] text = null
)

Parameters

text const(T)[]

Text to initialize this parser to. Can be null.

Meta