json ~master (2017-12-21T15:48:16Z)
Home
Dub
Repo
JsonToken
json
parser
lexer
Undocumented in source.
package final
class
JsonToken {
enum
Type
;
enum
NumberType
;
immutable
Type
type
;
immutable
NumberType
numberType
;
dstring
text
();
TextSpan
span
();
this
(Type type, dstring text, TextSpan span);
this
(NumberType numType, dstring text, TextSpan span);
string
identify
();
}
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
Source
See Implementation
json
parser
lexer
aliases
StandardCompliant
classes
JsonParserException
JsonToken
Lexer
structs
TextSpan
variables
Keywords
Punctuation