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

Function GetJSONOptionalField

libs/cppjansson/cppjansson.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44json_t * GetJSONOptionalField(json_t * root, std::string const & field)
45{
46 return GetJSONOptionalField(root, field.c_str());
47}
48
49json_t * GetJSONOptionalField(json_t * root, char const * field)
50{

Callers 11

ParseFeatureToBrandFunction · 0.85
operator()Method · 0.85
FromJSONObjectOptionalFunction · 0.85
operator()Method · 0.85
GetFieldMethod · 0.85
GetVectorFromJsonFunction · 0.85
GetTimeTableFromJsonFunction · 0.85
GetScheduleFromJsonFunction · 0.85
FromJSONObjectOptionalFunction · 0.85
GetJSONObligatoryFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected