How to post JSON data to a HTTP server endpoint from your ESP32 development board with ArduinoJson
When sending data from your ESP32 development board, you may choose to send the data in JSON.
In such a situation, you can consider using ArduinoJson to help you construct the JSON data.
Given that, let us look at how we can post JSON data to a HTTP server endpoint from a ESP32 development board with ArduinoJson.
Follow us