Hacker News new | ask | show | jobs
by matthews2 842 days ago
You don’t need to convert back to yaml. Your json is valid yaml.
1 comments

Interesting! I did not know this! But does it need to be indented correctly ?
Nope. YAML is a superset of JSON. It's the braces I think that start special whitespace-agnostic rules in YAML.
Thanks :)