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

View version history

How to install

There are several ways to install ArduinoJson, from simpler to more complex:

  1. Use the Arduino Library Manager
  2. Download ArduinoJson-v5.10.1.h below and put it in your project folder
  3. Download ArduinoJson-v5.10.1.zip and extract it in you libraries 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.

Try online