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

Method parse

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

==============================================================================

Source from the content-addressed store, hash-verified

456
457//==============================================================================
458var JSON::parse (const String& text)
459{
460 var result;
461
462 if (parse (text, result))
463 return result;
464
465 return {};
466}
467
468var JSON::fromString (StringRef text)
469{

Callers 3

get_dawdreamer_versionFunction · 0.45
get_dawdreamer_versionFunction · 0.45
get_xml_preset_settingsFunction · 0.45

Calls 6

parseFunction · 0.85
JSONParserClass · 0.85
loadFileAsStringMethod · 0.80
parseObjectOrArrayMethod · 0.80
getResultMethod · 0.45

Tested by

no test coverage detected