ParserMarker

This magic type represents an offset into a JSON parser input stream. While parsing a message, a value of this type is skipped. Later on, it can be parsed into a (now better known) type.

Constructors

this
this(StringStream stringStream)
Undocumented in source.
this
this(JsonStream jsonStream)
Undocumented in source.
this
this(JSONValue value)
Undocumented in source.

Members

Aliases

JsonStream
alias JsonStream = JsonValueRange
Undocumented in source.
StringStream
alias StringStream = typeof(parseJSONStream!(LexOptions.noTrackLocation)(""))
Undocumented in source.

Functions

decode
T decode()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta