ArduinoJson v6.17.1 Release Notes

Release Date: 2020-11-07 // over 3 years ago
  • ๐Ÿฑ ๐Ÿ“ฐ Read the complete article on arduinojson.org

    ๐Ÿš€ Changes since 6.17.0

    • ๐Ÿ›  Fixed error ambiguous overload for 'operator|' (issue #1411)
    • ๐Ÿ›  Fixed operator|(MemberProxy, JsonObject) (issue #1415)
    • ๐Ÿ‘ Allowed more than 32767 values in non-embedded mode (issue #1414)

    View version history

    How to install

    There are several ways to install ArduinoJson, from simpler to more complex:

    1. Use the Arduino Library Manager or equivalent
    2. Download ArduinoJson-v6.17.1.h put it in your project folder
    3. Download ArduinoJson-v6.17.1.zip and extract it into you libraries folder

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

    Try online