ArduinoJson is a JSON library for Arduino, IoT, and any embedded C++ project. It supports JSON serialization, JSON deserialization, MessagePack, streams, and fixed memory allocation. It has a simple API, it’s easy to use, and it’s trusted by thousands of developpers all over the world.| ArduinoJson
ArduinoJson 6.19 brings support for the NUL character, extends the features of JsonString, and changes some default settings| ArduinoJson
As I announced in the previous post, I’m removing support for C++03/C++98 in ArduinoJson. Moving forward, you’ll need a C++11-capable compiler, which you probably already have.| ArduinoJson
ArduinoJson 6.20 adds a new shallow-copy feature and inline documentation| ArduinoJson