ArduinoJson v6.12.0 Release Notes

Release Date: 2019-09-05 // over 4 years ago
  • 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 return true for any non-null value (issue #1005)
    • ๐Ÿšš Moved ancillary files to extras/ (issue #1011)

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

    Try online