JsonToken

Undocumented in source.

Constructors

this
this(Type type, dstring text, TextSpan span)
Undocumented in source.
this
this(NumberType numType, dstring text, TextSpan span)
Undocumented in source.

Members

Enums

NumberType
enum NumberType
Undocumented in source.
Type
enum Type
Undocumented in source.

Functions

identify
string identify()
Undocumented in source. Be warned that the author may not have intended to support it.
span
TextSpan span()
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

numberType
NumberType numberType;
Undocumented in source.
type
Type type;
Undocumented in source.

Meta