How to serialize JavaScript objects to JSON.
C# Merge JSONs
How to merge two JSONs in C#, using the Json.NET library.
C# JSON diff
How to calculate the difference between two JSON objects, in C#.
C# Serializing JSON
An introduction to JSON serializing in C#.
C# deserializing JSON
How to deserialize JSON in C# using the Json.net library.
ESP32: connecting to SD Card
How to interact with a SD card from the ESP32, using the Arduino core.
ESP32 camera: face detection
In this tutorial we will learn how to detect faces using the ESP32 and a camera.
ESP32 Camera: Image server
How to setup a HTTP server on the ESP32 that will have an endpoint that will return an image taken from a camera connected to the ESP32.
JavaScript: JSONPath
How to apply JSONPath expressions to query JSON objects and obtain the values of the properties.
How to get the keys of a JavaScript object
How to get the keys of a JavaScript object.