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 Patch
How to use the Nlohmann/json library to apply the JSON patch operation to an object, using the ESP32 and the Arduino core.
ESP32: JSON Diff
How to calculate the difference between two JSON objects using the nlohmann/json on the ESP32
ESP32: Serialize JSON object to file
How to serialize a parsed JSON object to a file on the ESP32 file system
ESP32 JSON: Read from file
How to read and parse a JSON object from a file stored on the ESP32 file system,
ESP32 JSON: Preserve Keys order
How to preserve the order of object keys when handling JSON with the Nlohmann/json library on the ESP32.
ESP32: JSON
How to use the Nlohmann/json library on the ESP32, using the Arduino core.