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
The book Mastering ArduinoJson is the official guide for using ArduinoJson. It is for both beginners and advanced users.| ArduinoJson
Over the past four months, the Assistant went through a slow and progressive transformation. Let’s see what it offers today.| ArduinoJson
As you can see in the navigation bar, there is a new tool on the site. This tool will help you resolve the most common issues with a seris of questions.| ArduinoJson
The second edition of Mastering ArduinoJson is only one year old, but it needed a refresh: important changes in the library had to be in the book.| ArduinoJson
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 that happen. Don’t worry; the fixes are straightforward.| ArduinoJson
No important feature this time, but I managed to move some static data to Flash saving a significant amount of memory on AVR and ESP8266| ArduinoJson