Closed
Description
hey @bblanchon and thanks for your awesome library !
given the differences/similarities between JSON and YAML, how far is serializeJsonPretty from producing yml output, and how hard would it be to produce an ArduinoYAML library based on your awesome work ?
your answer:
serializeYaml() would be easy, but deserializeYaml() would require a lot of work!
deserializeYaml()
is now implemented: https://github.com/tobozo/esp32-yaml
I wish I could produce the serializeYaml()
and serializeYmlPretty()
for ArduinoJson too but the level of C++ in this library is way beyond my skills.