This is currently used in my project Cale-idf and the ESP-IDF epaper component. If someone knows C++ OOP better than me maybe is a better way to implement this without this libraries. The good thing ...
Why yet another JSON parser? When working with small (connected) devices you might quickly get to the point where you need to process potentially huge JSON object received from a REST interface. All ...