mirror of
https://github.com/nlohmann/json.git
synced 2026-05-25 15:45:23 +00:00
951d0920fc
The example with the size() operator is bad: using operator[] already changes the size of the object. The fix makes it clearer.