Swift for C++ Practitioners, Part 12: Move Semantics| Doug's Compiler Corner
ArduinoJson 7 redefines the memory allocation strategy to adapt to the new microcontroller landscape.| 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
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