mirror of
https://github.com/nlohmann/json.git
synced 2026-03-09 18:51:26 +00:00
Merge branch 'develop' of https://github.com/nlohmann/json into diagnostics
This commit is contained in:
@@ -16987,7 +16987,7 @@ class basic_json
|
||||
{
|
||||
basic_json result;
|
||||
|
||||
result["copyright"] = "(C) 2013-2020 Niels Lohmann";
|
||||
result["copyright"] = "(C) 2013-2021 Niels Lohmann";
|
||||
result["name"] = "JSON for Modern C++";
|
||||
result["url"] = "https://github.com/nlohmann/json";
|
||||
result["version"]["string"] =
|
||||
|
||||
Reference in New Issue
Block a user