Creating and Parsing JSON Data with ESP32 IDF
Introduction:When developing with the ESP32, my favorite framework to use is the IDF framework, which is flexible, convenient, and comprehensive. This article utilizes the espressif__json_generator and espressif__json_parser components under the IDF framework to implement the creation and parsing of JSON data format. 1. espressif__jsmn is a dependency and will be automatically downloaded II. Writing the … Read more