ArduinoJson 5.13.2 is out!
01 June 2018
A new revision of ArduinoJson is available, it fixes the following bugs:
JsonBuffer::parse()
was not respecting thenestingLimit
consistenly- Under certain conditions
NULL
values could be pass tostrcmp()
, causing an undefined behavior.
The following macros have been added:
ARDUINOJSON_VERSION = "5.13.2
ARDUINOJSON_VERSION_MAJOR = 5
ARDUINOJSON_VERSION_MINOR = 13
ARDUINOJSON_VERSION_REVISION = 2
You can use these values to detect if the right version of ArduinoJson is installed. It is very important to add this check because ArduinoJson 6 will have a very different API.
As usual, you can try the library on wandbox.org
: