ArduinoJson 6.17.1 * Fixed error `ambiguous overload for 'operator|'` (issue #1411) * Fixed `operator|(MemberProxy, JsonObject)` (issue #1415) * Allowed more than 32767 values in non-embedded mode (issue #1414)
Changes since 6.17.0
- Fixed error
ambiguous overload for 'operator|'(issue #1411) - Fixed
operator|(MemberProxy, JsonObject)(issue #1415) - Allowed more than 32767 values in non-embedded mode (issue #1414)
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.17.1.hput it in your project folder - Download
ArduinoJson-v6.17.1.zipand extract it into youlibrariesfolder
Note: ArduinoJson-v6.17.1.h and ArduinoJson-v6.17.1.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.