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
6.11.5
Changes since- Use absolute instead of relative includes (issue #1072)
- Changed
JsonVariant::as<bool>()
to returntrue
for 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.h
put it in your project folder - Download
ArduinoJson-v6.12.0.zip
and extract it in youlibraries
folder
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.