1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-24 02:21:01 +03:00

Merge branch 'develop' of https://github.com/nlohmann/json into diagnostics

This commit is contained in:
Niels Lohmann
2021-01-08 10:20:34 +01:00
7 changed files with 12 additions and 12 deletions

View File

@ -351,7 +351,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"] =