ArduinoJson 5.8.4 * 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)
Changes since 5.8.3
- Added custom implementation of
strtod()(issue #453) - Added custom implementation of
strtol()(issue #465) -
charis 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.hppcontains all the library in theArduinoJsonnamespace -
ArduinoJson-v5.8.4.his the same but adds ausing namespace ArduinoJson
If you don't know which one to pick, choose the .h