MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / flatten

Function flatten

include/jsoncons_ext/jsonpointer/jsonpointer.hpp:1352–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350
1351 template <typename Json>
1352 Json flatten(const Json& value)
1353 {
1354 Json result;
1355 std::basic_string<typename Json::char_type> parent_key;
1356 flatten_(parent_key, value, result);
1357 return result;
1358 }
1359
1360
1361 // unflatten

Callers

nothing calls this directly

Calls 1

flatten_Function · 0.70

Tested by

no test coverage detected