ArduinoJson 6.17.2
* Fixed invalid conversion error in `operator|(JsonVariant, char*)` (issue #1432)
* Changed the default value of `ARDUINOJSON_ENABLE_PROGMEM` (issue #1433).

📰 Read the complete article on arduinojson.org

Changes since 6.17.1

  • Fixed invalid conversion error in operator|(JsonVariant, char*) (issue #1432)
  • Changed the default value of ARDUINOJSON_ENABLE_PROGMEM (issue #1433). It now checks that the pgm_read_XXX macros are defined before enabling PROGMEM.

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

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

Try online