serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
unescapeStringLiteral
funkwerk
stdx
data
json
lexer
Undocumented in source. Be warned that the author may not have intended to support it.
bool
unescapeStringLiteral
(Input input, Output output, String sliced_result, OutputInitFunc output_init, string error, size_t column)
bool
unescapeStringLiteral
(String str_lit, String dst)
package nothrow
bool
unescapeStringLiteral
(
String
)
(
in
String
str_lit
,
ref
String
dst
)
Meta
Source
See Implementation
funkwerk
stdx
data
json
lexer
enums
JSONTokenKind
LexOptions
functions
escapeStringLiteral
isValidStringLiteral
lexJSON
skipStringLiteral
unescapeStringLiteral
structs
JSONLexerRange
JSONNumber
JSONString
JSONToken