ArduinoJson 6.14.1 * Fixed regression in UTF16 decoding (issue #1173) * Fixed `containsKey()` on `JsonVariantConst` * Added `getElement()` and `getMember()` to `JsonVariantConst`
Changes since 6.14.0
- Fixed regression in UTF16 decoding (issue #1173)
- Fixed
containsKey()onJsonVariantConst - Added
getElement()andgetMember()toJsonVariantConst
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.14.1.hput it in your project folder - Download
ArduinoJson-v6.14.1.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.14.1.h and ArduinoJson-v6.14.1.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.