ArduinoJson 5.11.0 * Made `JsonBuffer` non-copyable (PR #524 by @luisrayas3) * Added `StaticJsonBuffer::clear()` * Added `DynamicJsonBuffer::clear()`
Changes since 5.10.1
- Made
JsonBuffernon-copyable (PR #524 by @luisrayas3) - Added
StaticJsonBuffer::clear() - Added
DynamicJsonBuffer::clear()
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v5.11.0.hbelow and put it in your project folder - Download
ArduinoJson-v5.11.0.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v5.11.0.h are ArduinoJson-v5.11.0.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.