Hacker News new | past | comments | ask | show | jobs | submit login

And the required double quotes around strings. YAML’s string handling is a lot easier to deal with.



I think it is good to require quotation marks for strings, at least for values (although I could live with it if quotation marks for strings are allowed even if not required, since then, if you do not like the feature of not having quotation marks for strings, you can just not use that feature).

Maybe it would be sense if quotation marks were not required for keys with only a restricted character set which are not an empty string, though.


No quotes around keys would be sufficient, honestly. I use YAML a lot for API documentation, and there are still some cases where wrapping your values in quotes is necessary. But requiring it for keys becomes very annoying.


It’s also a lot less obvious. What’s so difficult about wrapping a string in double quotes?


It gets annoying when you have to do what seems unnecessary.


It's not really unnecessary when someone can write an entire article on how unfathomable the output is without them.


It’s easier until you hit one of the cases where a particular value is interpreted as a different type, possibly in a very confusing context. I’ve seen that bite enough people that I end up quoting strings to avoid confusion.


It’s also extremely hard to learn as a beginner.

“Hey, I deleted a character in a string and now I am getting this weird schema validation exception”.


Or “Why did it break when I changed the version from 3.7 to 3.7.1?”




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: