ArduinoJson 6.11.2 * Fixed assignment of `JsonDocument` to `JsonVariant` (issue #1023) * Fix invalid conversion error on Particle Argon (issue #1035)
Changes since 6.11.1
- Fixed assignment of
JsonDocumenttoJsonVariant(issue #1023) - Fix invalid conversion error on Particle Argon (issue #1035)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.11.2.hput it in your project folder - Download
ArduinoJson-v6.11.2.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.11.2.h and ArduinoJson-v6.11.2.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.