Merge pull request #2312 from nlohmann/docs

Update documentation
This commit is contained in:
Niels Lohmann
2020-07-26 10:06:01 +02:00
committed by GitHub
21 changed files with 547 additions and 60 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ TEST_CASE("version information")
json j = json::meta();
CHECK(j["name"] == "JSON for Modern C++");
CHECK(j["copyright"] == "(C) 2013-2017 Niels Lohmann");
CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann");
CHECK(j["url"] == "https://github.com/nlohmann/json");
CHECK(j["version"] == json(
{