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

Function FromJSON

libs/cppjansson/cppjansson.hpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130template <typename T>
131T FromJSON(json_t const * root)
132{
133 T result{};
134 FromJSON(root, result);
135 return result;
136}
137
138inline void FromJSON(json_t * root, json_t *& value)
139{

Callers 7

FromJSONObjectFunction · 0.70
FromJSONObjectOptionalFunction · 0.70
json_object_foreachFunction · 0.50
FromJsonObjectOrValueMethod · 0.50
GetFieldMethod · 0.50
GetVectorFromJsonFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected