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 thenestingLimitconsistenly- Under certain conditions
NULLvalues could be pass tostrcmp(), causing an undefined behavior.
The following macros have been added:
ARDUINOJSON_VERSION = "5.13.2ARDUINOJSON_VERSION_MAJOR = 5ARDUINOJSON_VERSION_MINOR = 13ARDUINOJSON_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: