- unparseable
template unparseable(string inputType)
Undocumented in source.
- handleString
void handleString(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStringFragments
void handleStringFragments(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStringFragments
alias handleStringFragments = unparseable!"string fragments"
Undocumented in source.
- handleArray
void handleArray(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleArray
alias handleArray = unparseable!"array"
Undocumented in source.
- handleObject
void handleObject(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleObject
void handleObject(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleObject
alias handleObject = unparseable!"object"
Undocumented in source.
- handleNull
void handleNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleBoolean
void handleBoolean(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleNumeric
void handleNumeric(CC[] v)
Undocumented in source. Be warned that the author may not have intended to support it.