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

Method JSONParser

LibLemon/src/json.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5namespace Lemon{
6 JSONParser::JSONParser(std::string_view& v) : BasicLexer(v){
7
8 }
9
10 JSONParser::JSONParser(const char* path){
11 FILE* file = fopen(path, "r");

Callers

nothing calls this directly

Calls 4

dataMethod · 0.80
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected