MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / parse

Method parse

3rdparty/Amalgamate/juce_core_amalgam.cpp:3817–3825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3815};
3816
3817var JSON::parse (const String& text)
3818{
3819 var result;
3820 String::CharPointerType t (text.getCharPointer());
3821 if (! JSONParser::parseAny (t, result))
3822 result = var::null;
3823
3824 return result;
3825}
3826
3827var JSON::parse (InputStream& input)
3828{

Callers

nothing calls this directly

Calls 4

loadFileAsStringMethod · 0.80
readUpToCommaMethod · 0.80
getDocumentElementMethod · 0.80

Tested by

no test coverage detected