_writeJSONString

private fnvoid _writeJSONString(scope const(char)[] s, ref Appender!string buf, const bool asciiOnly, const Json5QuoteStyle quoteStyle = Json5QuoteStyle.DOUBLE) @safe

Write a quoted JSON5 string using the shared escaping helper.