ArduinoJson 6.11.4 * Added `measureJson()` to the `ArduinoJson` namespace (PR #1069 by @nomis) * Added support for `basic_string<char, traits, allocator>` (issue #1045) * Fixed example `JsonConfigFile.ino` for ESP8266 * Include `Arduino.h` if `ARDUINO` is defined (PR #1071 by @nomis)
Changes since 6.11.3
- Added
measureJson()to theArduinoJsonnamespace (PR #1069 by @nomis) - Added support for
basic_string<char, traits, allocator>(issue #1045) - Fixed example
JsonConfigFile.inofor ESP8266 - Include
Arduino.hifARDUINOis defined (PR #1071 by @nomis)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.11.4.hput it in your project folder - Download
ArduinoJson-v6.11.4.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.11.4.h and ArduinoJson-v6.11.4.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.