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