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

Function GetJSONObligatoryFieldByPath

libs/cppjansson/cppjansson.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101template <class First>
102inline json_t const * GetJSONObligatoryFieldByPath(json_t const * root, First && path)
103{
104 return GetJSONObligatoryField(root, std::forward<First>(path));
105}
106
107template <class First, class... Paths>
108inline json_t const * GetJSONObligatoryFieldByPath(json_t const * root, First && path, Paths &&... paths)

Callers

nothing calls this directly

Calls 1

GetJSONObligatoryFieldFunction · 0.85

Tested by

no test coverage detected