ArduinoJson 6.12.0 * Use absolute instead of relative includes (issue #1072) * Changed `JsonVariant::as<bool>()` to return `true` for any non-null value (issue #1005) * Moved ancillary files to `extras/` (issue #1011)
Looking for a human-readable version?
📰 Read the article on arduinojson.org
Changes since 6.11.5
- Use absolute instead of relative includes (issue #1072)
- Changed
JsonVariant::as<bool>()to returntruefor any non-null value (issue #1005) - Moved ancillary files to
extras/(issue #1011)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.12.0.hput it in your project folder - Download
ArduinoJson-v6.12.0.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.12.0.h and ArduinoJson-v6.12.0.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.