ArduinoJson 6.10.1 * Fixed error "attributes are not allowed on a function-definition" * Fixed `deserializeJson()` not being picky enough (issue #969) * Fixed error "no matching function for call to write(uint8_t)" (issue #972)
Changes since 6.10.0
- Fixed error "attributes are not allowed on a function-definition"
- Fixed
deserializeJson()not being picky enough (issue #969) - Fixed error "no matching function for call to write(uint8_t)" (issue #972)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.10.1.hput it in your project folder - Download
ArduinoJson-v6.10.1.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.10.1.h are ArduinoJson-v6.10.1.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.