Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ JSONValue
Method
JSONValue
LibLemon/include/lemon/core/json.h:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
};
38
39
JSONValue(){
40
type = TypeNull;
41
}
42
43
JSONValue(const std::string& s){
44
type = TypeString;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected