ArduinoJson 6.16.1 * Fixed `deserializeJson()` that stopped reading after `{}` (issue #1335)
6.16.0
Changes since- Fixed
deserializeJson()
that stopped reading after{}
(issue #1335)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager or equivalent
- Download
ArduinoJson-v6.16.1.h
put it in your project folder - Download
ArduinoJson-v6.16.1.zip
and extract it in youlibraries
folder
Note: ArduinoJson-v6.16.1.h
and ArduinoJson-v6.16.1.hpp
are almost identical; the difference is that the .hpp
keeps everything in the ArduinoJson
namespace.