MCPcopy 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
66bool JSONIsNull(json_t const * root)
67{
68 return json_is_null(root);
69}
70
71std::string DumpToString(JSONPtr const & json, size_t flags)
72{

Callers 2

FromJSONObjectOptionalFunction · 0.85
FromJSONObjectOptionalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected