How to perform CBOR serialization and deserialization, using the ESP32, the Arduino core and the Nlohmann/json library.
ESP32: BSON
How to perform BSON serialization and deserialization, using the ESP32, the Arduino core and the Nlohmann/json library.
ESP32: JSON
How to use the Nlohmann/json library on the ESP32, using the Arduino core.
C# deserializing JSON
How to deserialize JSON in C# using the Json.net 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 …