Update README.md

This commit is contained in:
Paul Jurczak 2020-01-18 14:25:03 -07:00 committed by GitHub
parent 7acf6218b6
commit bc95563814
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); bool foo = j.at(2);
// comparison // comparison
j == "[\"foo\", 1, true]"_json; // true j == "[\"foo\", 42, true]"_json; // true
// other stuff // other stuff
j.size(); // 3 entries j.size(); // 3 entries