- escapeStringLiteral
void escapeStringLiteral(Input input, Output output)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeStringLiteral
String escapeStringLiteral(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidStringLiteral
bool isValidStringLiteral(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
- lexJSON
JSONLexerRange!(Input, options, String) lexJSON(Input input, string filename)
Returns a lazy range of tokens corresponding to the given JSON input string.
- skipStringLiteral
bool skipStringLiteral(Array input, Array destination, string error, size_t column, bool has_escapes)
Undocumented in source. Be warned that the author may not have intended to support it.
- unescapeStringLiteral
bool unescapeStringLiteral(Input input, Output output, String sliced_result, OutputInitFunc output_init, string error, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
- unescapeStringLiteral
bool unescapeStringLiteral(String str_lit, String dst)
Undocumented in source. Be warned that the author may not have intended to support it.
Provides JSON lexing facilities.
Synopsis: