_writeJSONString
private fn
void _writeJSONString(scope const(char)[] s, ref Appender!string buf, const bool asciiOnly,
const Json5QuoteStyle quoteStyle = Json5QuoteStyle.DOUBLE) @safeWrite a quoted JSON5 string using the shared escaping helper.