Skip to content

ArduinoJson 6.17.1

Compare
Choose a tag to compare
@bblanchon bblanchon released this 07 Nov 09:19
· 387 commits to 6.x since this release

📰 Read the complete article on arduinojson.org

Changes since 6.17.0

  • Fixed error ambiguous overload for 'operator|' (issue #1411)
  • Fixed operator|(MemberProxy, JsonObject) (issue #1415)
  • Allowed more than 32767 values in non-embedded mode (issue #1414)

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

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

Try online