https://arduinojson.org/
ArduinoJson is a JSON library for Arduino, IoT, and any embedded C++ project. It supports JSON serialization, JSON deserialization, MessagePack, streams, and...
arduinojsonefficientserializationembedded
https://arduinojson.org/news/2021/05/04/version-6-18-0/
May 4, 2021 - Today, we get a new feature that will help you structure your code more cleanly: custom converters. As you’ll see, I had to make some breaking changes to let...
arduinojsoncustomconverters
https://arduinojson.org/news/2019/11/01/version-6-13-0/
Nov 1, 2019 - You can now customize the reader and writer classes, allowing you to adapt the library for any type of input or output.
arduinojsoncustomreaderwriter
https://arduinojson.org/news/2020/08/01/version-6-16-0/
Aug 1, 2020 - This new version adds string deduplication, new comparison operators, and fixes debug builds on ESP.
arduinojsonstringdeduplication
https://arduinojson.org/news/2019/11/19/arduinojson-vs-arduino_json/
Nov 19, 2019 - How does ArduinoJson compares with the “official” Arduino_JSON library?
arduinojsonvs