Hacker News new | ask | show | jobs
by luzifer42 1000 days ago
One big issue is that if a YAML file gets truncated for some reason, parsers generally don't complain.
1 comments

Never thought about that, but indeed there is no termination string. I guess the same is true for python
Isn’t that true for many or maybe a majority of formats?
Not for JSON or XML which both require closing any opened bracket/quote or tag.