ArduinoJson 5.10.1 * Fixed IntelliSense errors in Visual Micro (issue #483) * Fixed compilation in IAR Embedded Workbench (issue #515) * Fixed reading "true" as a float (issue #516) * Added `ARDUINOJSON_DOUBLE_IS_64BITS` * Added `ARDUINOJSON_EMBEDDED_MODE`
5.10.0
Changes since- Fixed IntelliSense errors in Visual Micro (issue #483)
- Fixed compilation in IAR Embedded Workbench (issue #515)
- Fixed reading "true" as a float (issue #516)
- Added
ARDUINOJSON_DOUBLE_IS_64BITS
- Added
ARDUINOJSON_EMBEDDED_MODE
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v5.10.1.h
below and put it in your project folder - Download
ArduinoJson-v5.10.1.zip
and extract it in youlibraries
folder
Note: ArduinoJson-v5.10.1.h
are ArduinoJson-v5.10.1.hpp
are almost identical; the difference is that the .hpp
keeps everything in the ArduinoJson
namespace.