Update README.md
This commit is contained in:
parent
7acf6218b6
commit
bc95563814
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue