ArduinoJson 5.8.4
Changes since 5.8.3
- Added custom implementation of
strtod()
(issue #453) - Added custom implementation of
strtol()
(issue #465) char
is now treated as an integral type (issue #337, #370)
🆕 Single File Distribution
Starting with this revision, ArduinoJson ships as a single file too.
The single file simplifies the usage of the library as you just need to copy the ArduinoJson header (see bellow) alongside with your project's source code.
Two options are available:
ArduinoJson-v5.8.4.hpp
contains all the library in theArduinoJson
namespaceArduinoJson-v5.8.4.h
is the same but adds ausing namespace ArduinoJson
If you don't know which one to pick, choose the .h