ArduinoJson 6.11.5 * Added fallback implementations of `strlen_P()`, `strncmp_P()`, `strcmp_P()`, and `memcpy_P()` (issue #1073)
Changes since 6.11.4
- Added fallback implementations of
strlen_P(),strncmp_P(),strcmp_P(), andmemcpy_P()(issue #1073)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v6.11.5.hput it in your project folder - Download
ArduinoJson-v6.11.5.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v6.11.5.h and ArduinoJson-v6.11.5.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.