nlohmann::basic_json::meta

returns version information on the library

Synopsis

Declared in <nlohmann/json.hpp>

[[nodiscard]]
static
basic_json
meta();

Return Value

a class to store JSON values

NOTE

The return value should not be discarded.