Y
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
baby
1000 days ago
Never thought about that, but indeed there is no termination string. I guess the same is true for python
link
rileymat2
1000 days ago
Isn’t that true for many or maybe a majority of formats?
link
idbehold
1000 days ago
Not for JSON or XML which both require closing any opened bracket/quote or tag.
link