Hacker News new | ask | show | jobs
by jerbear4328 883 days ago
Seconding the sibling, YAML may look nice but it's absolutely full of awful confusing behavior. If you don't like JSON for human-written stuff, see TOML or the like. I think JSON is great for serialization, it's so simple, but I agree we need something more readable like TOML for human-written data.

https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-fr...

1 comments

Do you convert your Markdown front matter to TOML? Also for your clients?