Merge pull request #1907 from pauljurczak/patch-1

Update README.md
This commit is contained in:
Niels Lohmann
2020-01-19 22:45:53 +01:00
committed by GitHub

View File

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