ArduinoJson 6.2.2-beta * Fixed `invalid application of 'sizeof' to incomplete type '__FlashStringHelper'` (issue #783) * Fixed `char[]` not duplicated when passed to `JsonVariant::operator[]`
⚠ ️
Special note ArduinoJson 6 requires updating code written for version 5. Visit arduinojson.org for more information.
6.2.1-beta
Changes since- Fixed
invalid application of 'sizeof' to incomplete type '__FlashStringHelper'
(issue #783) - Fixed
char[]
not duplicated when passed toJsonVariant::operator[]
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.2.2-beta.h
put it in your project folder - Download
ArduinoJson-v6.2.2-beta.zip
and extract it in youlibraries
folder
Note: ArduinoJson-v6.2.2-beta.h
are ArduinoJson-v6.2.2-beta.hpp
are almost identical; the difference is that the .hpp
keeps everything in the ArduinoJson
namespace.