ArduinoJson 5.13.1 * Fixed `JsonVariant::operator|(int)` that returned the default value if the variant contained a double (issue #675) * Allowed non-quoted key to contain underscores (issue #665)
Changes since 5.13.0
- Fixed
JsonVariant::operator|(int)that returned the default value if the variant contained a double (issue #675) - Allowed non-quoted key to contain underscores (issue #665)
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager
- Download
ArduinoJson-v5.13.1.hput it in your project folder - Download
ArduinoJson-v5.13.1.zipand extract it in youlibrariesfolder
Note: ArduinoJson-v5.13.1.h are ArduinoJson-v5.13.1.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.