Efficient and Versatile C++ JSON Library for Arduino and IoT: ArduinoJson


Summary of my bookmarked Github repositories from Nov 30th, 2021

Github repositories

  • bblanchon/ArduinoJson

    ArduinoJson is a C++ JSON library specifically designed for Arduino and IoT applications. It offers a wide range of features for JSON deserialization and serialization, including support for UTF-16 escape sequences, input buffering, filtering, and single quotes as string delimiters. The library is efficient, consuming less memory and offering faster performance compared to other similar libraries. It is versatile, supporting custom allocators, various string types, and different boards and chips. It is also extensively tested, well-documented, and has a vibrant user community. ArduinoJson offers tutorials, examples, and responsive support, making it a popular choice for JSON manipulation in Arduino projects.