MCPcopy Create free account
hub / github.com/comaps/comaps / NewJSONObject

Function NewJSONObject

libs/cppjansson/cppjansson.hpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using JSONPtr = std::unique_ptr<json_t, JSONDecRef>;
27
28inline JSONPtr NewJSONObject()
29{
30 return JSONPtr(json_object());
31}
32inline JSONPtr NewJSONArray()
33{
34 return JSONPtr(json_array());

Callers 14

DebugPrintFunction · 0.85
operator()Method · 0.85
SerializeToJSONMethod · 0.85
ToJSONFunction · 0.85
ToJSONObjectFunction · 0.85
CheckLocaleFunction · 0.85
SerializeCheckerDataFunction · 0.85
PointToJsonFunction · 0.85
ShapeLinkToJsonFunction · 0.85
FrequenciesToJsonFunction · 0.85
ScheduleToJsonFunction · 0.85
TranslationsToJsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected