Skip to content

ArduinoJson 6.9.1

Compare
Choose a tag to compare
@bblanchon bblanchon released this 01 Mar 17:24
· 591 commits to 6.x since this release

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