Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace 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
data
Method · 0.80
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected