MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Parse

Method Parse

LibLemon/src/json.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 JSONValue JSONParser::Parse(){
44 JSONValue v = JSONValue();
45
46 if(sv.empty()){ return v; }
47 EatWhitespace();
48
49 return ParseObject();
50 }
51
52 std::string JSONParser::ParseString(){
53 if(!EatOne('"')){

Callers 6

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
UpdateGUIThemeMethod · 0.45
mainFunction · 0.45
InitializeMenuFunction · 0.45

Calls 1

JSONValueClass · 0.85

Tested by

no test coverage detected