MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / flatten

Function flatten

extern/json/json.hpp:23865–23870  ·  view source on GitHub ↗

@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/

Source from the content-addressed store, hash-verified

23863 /// @brief return flattened JSON value
23864 /// @sa https://json.nlohmann.me/api/basic_json/flatten/
23865 basic_json flatten() const
23866 {
23867 basic_json result(value_t::object);
23868 json_pointer::flatten("", *this, result);
23869 return result;
23870 }
23871
23872 /// @brief unflatten a previously flattened JSON value
23873 /// @sa https://json.nlohmann.me/api/basic_json/unflatten/

Callers 1

json.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected