- _expect
T _expect(T val, T expected_val)
Undocumented in source. Be warned that the author may not have intended to support it.
- assumePure
auto assumePure(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- callPure
auto callPure(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeUTF8
void encodeUTF8(dchar c, ubyte* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- isJsonLineWhitespace
bool isJsonLineWhitespace(size_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isJsonNumber
bool isJsonNumber(size_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isJsonWhitespace
bool isJsonWhitespace(size_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPlainJsonCharacter
bool isPlainJsonCharacter(size_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
- jsonParser
auto jsonParser(Allocator allocator, Input input)
- parseJson
Asdf parseJson(Chunks chunks, size_t initLength)
- parseJson
Asdf parseJson(char[] str, Allocator allocator)
Asdf parseJson(char[] str)
- parseJsonByLine
deprecated auto parseJsonByLine(Input input, sizediff_t initBufferLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseJsonByLine
auto parseJsonByLine(Input input)
Parses JSON value in each line from a Range of buffers.
JSON Parsing API