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

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