Skip to content

ArduinoJson 6.11.2

Compare
Choose a tag to compare
@bblanchon bblanchon released this 08 Jul 06:48
· 553 commits to 6.x since this release

Changes since 6.11.1

  • Fixed assignment of JsonDocument to JsonVariant (issue #1023)
  • Fix invalid conversion error on Particle Argon (issue #1035)

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

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

Try online