ArduinoJson 5.1.0 beta 1
* Added support of `long long` (issue #171)
* Moved all build settings to `ArduinoJson/Configuration.hpp`

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!