ArduinoJson 6.11.1 * Fixed `serialized()` not working with Flash strings (issue #1030)
Changes since 6.11.0
- Fixed
serialized()not working with Flash strings (issue #1030)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.11.1.hput it in your project folder - Download
ArduinoJson-v6.11.1.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.11.1.h and ArduinoJson-v6.11.1.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.