returns version information on the library
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
[[nodiscard]] static basic_json meta();
JSON object with information about the library, including the version string, copyright, URL, compiler, and platform
The return value should not be discarded.