ArduinoJson 5.11.2 * Fixed `DynamicJsonBuffer::clear()` not resetting allocation size (issue #561) * Fixed incorrect rounding for float values (issue #588)
Changes since 5.11.1
- Fixed
DynamicJsonBuffer::clear()not resetting allocation size (issue #561) - Fixed incorrect rounding for float values (issue #588)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v5.11.2.hbelow and put it in your project folder - Download
ArduinoJson-v5.11.2.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v5.11.2.h are ArduinoJson-v5.11.2.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.