nlohmann::basic_json::unflatten

unflatten a previously flattened JSON value

Synopsis

Declared in <nlohmann/json.hpp>
basic_json
unflatten() const;


Return Value

a class to store JSON values

Created with MrDocs