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)
6.17.0
Changes since- 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.h
put it in your project folder - Download
ArduinoJson-v6.17.1.zip
and extract it into youlibraries
folder
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.