Skip to content

ArduinoJson 5.8.4

Compare
Choose a tag to compare
@bblanchon bblanchon released this 26 Mar 19:45

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)

View version history

🆕 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 the ArduinoJson namespace
  • ArduinoJson-v5.8.4.h is the same but adds a using namespace ArduinoJson

If you don't know which one to pick, choose the .h