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`
Changes since 5.10.0
- 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.hbelow and put it in your project folder - Download
ArduinoJson-v5.10.1.zipand extract it in youlibrariesfolder
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.