How to perform JSON schema validations using Python and the jsonschema module.
Python: How to convert a Dictionary to a JSON string
How to serialize a Python dictionary to a JSON string.
Python: flattening a JSON
How to flatten a JSON with Python and the flatten_json module.
ESP32 ArduinoJson: printing the keys of the JsonDocument
How to print the keys of a JsonDocument using the ESP32.
ESP32 ArduinoJson v6: Serializing JSON
How to serialize JSON on the ESP32, using the ArduinoJson library.
ESP32 Espruino: Deserializing JSON
In this tutorial we will check how to deserialize a JSON string in an object, using Espruino running on the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to deserialize a JSON string into an object, using Espruino running on the …
ESP32 Espruino: Converting an object to a JSON string
In this tutorial, we will check how to convert an object to a JSON string using Espruino on the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial, we will check how to convert an object to a JSON string using Espruino on the ESP32. JSON …
Continue reading "ESP32 Espruino: Converting an object to a JSON string"
ESP32 Arduino HTTP Server: Serving HTML and JavaScript
The objective of this post is to explain how to serve a HTML webpage with some JavaScript from a HTTP webserver running on the ESP32, using the Arduino core. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to serve …
Continue reading "ESP32 Arduino HTTP Server: Serving HTML and JavaScript"