ArduinoJson v6.16.1 Release Notes

Release Date: 2020-08-04 // over 3 years ago
  • 🍱 📰 Read the complete article on arduinojson.org

    🚀 Changes since 6.16.0

    • 🛠 Fixed deserializeJson() that stopped reading after {} (issue #1335)

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

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

    Try online