Skip to content

ArduinoJson 5.1.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bblanchon bblanchon released this 01 Feb 20:36

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

Known bugs

None ✅
If you find something please please please open an issue!