YAMLDuino icon indicating copy to clipboard operation
YAMLDuino copied to clipboard

YAML <=> JSON converter for ESP32, ESP8266, RP2040 and possibly other devices

Results 4 YAMLDuino issues
Sort by recently updated
recently updated
newest added

There seems to be a problem with the ArduinoJson binding specifically affecting lists of objects. Here is a minimal example that takes a simple YAML list of objects, deserializes it,...

Hello, The reason why I prefer to use YAML is the ability to use comments. So my question is : Since JSON doesn't support comments, how can I serializeYml() with...

wontfix

Would be great to have an example that shows how to load a yaml file that is embedded on the device, e.g. a config.yaml. would also like to know if...

It's a great library. By the ways, if the library support for Arduino Uno/MEGA, it's convenient for communication between MCUs by YAML. Thank now.