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

 Conflicts:
	README.md
This commit is contained in:
Niels Lohmann 2021-02-07 14:30:09 +01:00
commit 8d993523cf
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -577,7 +577,7 @@ j[1] = 42;
bool foo = j.at(2);
// comparison
j == R"(["foo", 1, true])"_json; // true
j == R"(["foo", 1, true, 1.78])"_json; // true
// other stuff
j.size(); // 3 entries