MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / escapeString

Method escapeString

JUCE/modules/juce_core/javascript/juce_JSON.cpp:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515String JSON::escapeString (StringRef s)
516{
517 MemoryOutputStream mo;
518 JSONFormatter::writeString (mo, s.text);
519 return mo.toString();
520}
521
522Result JSON::parseQuotedString (String::CharPointerType& t, var& result)
523{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected