MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / fromString

Method fromString

JuceLibraryCode/modules/juce_core/javascript/juce_JSON.cpp:468–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468var JSON::fromString (StringRef text)
469{
470 try
471 {
472 return JSONParser (text.text).parseAny();
473 }
474 catch (const JSONParser::ErrorException&) {}
475
476 return {};
477}
478
479var JSON::parse (InputStream& input)
480{

Callers

nothing calls this directly

Calls 2

JSONParserClass · 0.85
parseAnyMethod · 0.80

Tested by

no test coverage detected