Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ JSONIsNull
Function
JSONIsNull
libs/cppjansson/cppjansson.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
bool JSONIsNull(json_t const * root)
67
{
68
return json_is_null(root);
69
}
70
71
std::string DumpToString(JSONPtr const & json, size_t flags)
72
{
Callers
2
FromJSONObjectOptional
Function · 0.85
FromJSONObjectOptional
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected