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)
6.11.2
Changes since- Added operators
==
and!=
forJsonDocument
,ElementProxy
, andMemberProxy
- Fixed comparison of
JsonVariant
when 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.h
put it in your project folder - Download
ArduinoJson-v6.11.3.zip
and extract it in youlibraries
folder
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.