Skip to content

ArduinoJson 5.13.5

Compare
Choose a tag to compare
@bblanchon bblanchon released this 01 Mar 16:04
· 3 commits to 5.x since this release

Changes since 5.13.4

  • Fixed warning "unused variable" with GCC 4.4 (issue #912)
  • Fixed warning "maybe uninitialized" (issue #909)
  • Added an clear message for StaticJsonDocument, DynamicJsonDocument...

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

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

ℹ️ The complete documentation is available on arduinojson.org

Try online