ArduinoJson v6.9.1 Release Notes

Release Date: 2019-03-01 // about 5 years ago
  • Looking for a human-readable version?
    ๐Ÿ“ฐ Read the article on arduinojson.org

    ๐Ÿฑ Special note โš ๏ธ

    โšก๏ธ ArduinoJson 6 requires updating code written for version 5.
    See the migration guide for details.

    ๐Ÿš€ Changes since 6.9.0

    • ๐Ÿ›  Fixed warning "unused variable" with GCC 4.4 (issue #912)
    • ๐Ÿ›  Fixed warning "cast increases required alignment" (issue #914)
    • ๐Ÿ›  Fixed warning "conversion may alter value" (issue #914)
    • ๐Ÿ›  Fixed naming conflict with "CAPACITY" (issue #839)
    • โš  Muted warning "will change in GCC 7.1" (issue #914)
    • โž• Added a clear error message for StaticJsonBuffer and DynamicJsonBuffer
    • Marked ArduinoJson.h as a "system header"

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

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

    Try online