nlohmann::basic_json::meta

returns version information on the library

Synopsis

Declared in <nlohmann/json.hpp>

[[nodiscard]]
static
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 should not be discarded.