JSONLexer

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

hexToUTF8
size_t hexToUTF8(string input, char[4] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
isWhitespace
bool isWhitespace(string lexeme)
Undocumented in source. Be warned that the author may not have intended to support it.
nextLexeme
void nextLexeme()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

delimiters
enum delimiters;
Undocumented in source.

Variables

currentLexeme
string currentLexeme;
Undocumented in source.
encoder
UTF8Encoder encoder;
Undocumented in source.
internalString
String internalString;
Undocumented in source.
lexer
Lexer lexer;
Undocumented in source.
text
string text;
Undocumented in source.

Meta