Skip to content

ArduinoJson 6.0.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@bblanchon bblanchon released this 11 Jun 10:35

Special note ⚠️

ArduinoJson 6 requires updating code written for version 5.
Visit arduinojson.org for more information.

Changes since 6.0.0-beta

  • Fixed conflicts with isnan() and isinf() macros (issue #752)

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-v6.0.1-beta.h put it in your project folder
  3. Download ArduinoJson-v6.0.1-beta.zip and extract it in you libraries folder

Note: ArduinoJson-v6.0.1-beta.h are ArduinoJson-v6.0.1-beta.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.

Try online