[#nlohmann-basic_json-0c-meta] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0c.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-0c.adoc[basic_json] meta(); ---- == Return Value JSON object with information about the library, including the version string, copyright, URL, compiler, and platform [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#