ArduinoJson 5.13.3 * Improved float serialization when `-fsingle-precision-constant` is used * Fixed `JsonVariant::is<int>()` that returned true for empty strings * Fixed `JsonVariant::is<String>()` (closes #763)
Changes since 5.13.2
- Improved float serialization when
-fsingle-precision-constantis used - Fixed
JsonVariant::is<int>()that returned true for empty strings - Fixed
JsonVariant::is<String>()(closes #763)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v5.13.3.hput it in your project folder - Download
ArduinoJson-v5.13.3.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v5.13.3.h are ArduinoJson-v5.13.3.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.