Unverified Commit ad383f66 authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #1907 from pauljurczak/patch-1

Update README.md
parents 7acf6218 bc955638
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment