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)
6.11.3
Changes since- Added
measureJson()
to theArduinoJson
namespace (PR #1069 by @nomis) - Added support for
basic_string<char, traits, allocator>
(issue #1045) - Fixed example
JsonConfigFile.ino
for ESP8266 - Include
Arduino.h
ifARDUINO
is 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.h
put it in your project folder - Download
ArduinoJson-v6.11.4.zip
and extract it in youlibraries
folder
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.