Skip to content

ArduinoJson 5.1.0

Compare
Choose a tag to compare
@bblanchon bblanchon released this 14 Feb 15:25

Changes since v5.0.8

  • Added support of long long (issue #171)
  • Moved all build settings to ArduinoJson/Configuration.hpp

Breaking change

If you defined ARDUINOJSON_ENABLE_STD_STREAM, you now need to define it to 1.

#define ARDUINOJSON_ENABLE_STD_STREAM

#define ARDUINOJSON_ENABLE_STD_STREAM 1

Which package to download?

If you are running the official Arduino IDE, download ArduinoJson-v5.1.0.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 or Stino), download ArduinoJson-v5.1.0-old-layout.zip
This package has the legacy library layout that was supported by older versions of the Arduino IDE.