JsonParser

Constructors

this
this(Allocator allocator, Input input)
Undocumented in source.

Members

Aliases

front
alias front = input
Undocumented in source.

Functions

lastError
string lastError()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
AsdfErrorCode parse()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
AsdfErrorCode parse(size_t location)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareInput_
bool prepareInput_()
Undocumented in source. Be warned that the author may not have intended to support it.
result
auto result()
Undocumented in source. Be warned that the author may not have intended to support it.
skipLine
bool skipLine()
Undocumented in source. Be warned that the author may not have intended to support it.
skipNewLine
void skipNewLine()
Undocumented in source. Be warned that the author may not have intended to support it.
skipSpaces_
char skipSpaces_()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_lastError
string _lastError;
Undocumented in source.
allocator
Allocator* allocator;
Undocumented in source.
chunked
enum bool chunked;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
dataLength
size_t dataLength;
Undocumented in source.
front
ubyte[] front;
Undocumented in source.
input
Input input;
Undocumented in source.

Meta