ArduinoJson 6.0.1-beta * Fixed conflicts with `isnan()` and `isinf()` macros (issue #752)
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()andisinf()macros (issue #752)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.0.1-beta.hput it in your project folder - Download
ArduinoJson-v6.0.1-beta.zipand extract it in youlibrariesfolder
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.