ArduinoJson v6.10.1 Release Notes

Release Date: 2019-04-23 // almost 5 years ago
  • ๐Ÿš€ Changes since 6.10.0

    • ๐Ÿ›  Fixed error "attributes are not allowed on a function-definition"
    • ๐Ÿ›  Fixed deserializeJson() not being picky enough (issue #969)
    • ๐Ÿ›  Fixed error "no matching function for call to write(uint8_t)" (issue #972)

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

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

    Try online