ArduinoJson 5.13.5 * Fixed warning "unused variable" with GCC 4.4 (issue #912) * Fixed warning "maybe uninitialized" (issue #909) * Added an clear message for `StaticJsonDocument`, `DynamicJsonDocument`...
Changes since 5.13.4
- Fixed warning "unused variable" with GCC 4.4 (issue #912)
- Fixed warning "maybe uninitialized" (issue #909)
- Added an clear message for
StaticJsonDocument,DynamicJsonDocument...
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v5.13.5.hput it in your project folder - Download
ArduinoJson-v5.13.5.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v5.13.5.h are ArduinoJson-v5.13.5.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.