ArduinoJson 5.0.3 * Fixed `printTo(String)` which wrote numbers instead of strings (issue #120) * Fixed return type of `JsonArray::is<T>()` and some others (issue #121)
Changes since v5.0.2
- Fixed
printTo(String)
which wrote numbers instead of strings (issue #120) - Fixed return type of
JsonArray::is<T>()
and some others (issue #121)
Which package to download?
If you are running the official Arduino IDE, download ArduinoJson-v5.0.3.zip
.
You can also use the library manager from the IDE, it will download the library for you.
If you are running an alternative IDE (like Energia), download ArduinoJson-v5.0.3-old-layout.zip
This package has the legacy library layout that was supported by older versions of the Arduino IDE.