Skip to content

Commit

Permalink
Merge pull request #1907 from pauljurczak/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nlohmann authored Jan 19, 2020
2 parents 7acf621 + bc95563 commit ad383f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad383f6

Please sign in to comment.