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
commit ad383f66bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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