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
commit 67ed63b196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 547 additions and 60 deletions

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(
{