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

Function NewJSONArray

libs/cppjansson/cppjansson.hpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return JSONPtr(json_object());
31}
32inline JSONPtr NewJSONArray()
33{
34 return JSONPtr(json_array());
35}
36inline JSONPtr NewJSONString(std::string const & s)
37{
38 return JSONPtr(json_string(s.c_str()));

Callers 9

operator()Method · 0.85
SerializeCheckerDataFunction · 0.85
FrequenciesToJsonFunction · 0.85
ScheduleToJsonFunction · 0.85
VectorToJsonFunction · 0.85
TranslationsToJsonFunction · 0.85
WriteMethod · 0.85
ToJSONObjectFunction · 0.85
SerializeRoutePointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected