ArduinoJson 6.11.3 * Added operators `==` and `!=` for `JsonDocument`, `ElementProxy`, and `MemberProxy` * Fixed comparison of `JsonVariant` when one contains a linked string and the other contains an owned string (issue #1051)
Changes since 6.11.2
- Added operators
==and!=forJsonDocument,ElementProxy, andMemberProxy - Fixed comparison of
JsonVariantwhen one contains a linked string and the other contains an owned string (issue #1051)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.11.3.hput it in your project folder - Download
ArduinoJson-v6.11.3.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.11.3.h and ArduinoJson-v6.11.3.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.