[#nlohmann-basic_json-00-meta] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-00.adoc[basic_json]::meta :relfileprefix: ../../ :mrdocs: returns version information on the library == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] static xref:nlohmann/basic_json-00.adoc[basic_json] meta(); ---- == Return Value a class to store JSON values [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#