Hacker News new | ask | show | jobs
by kzrdude 1679 days ago
The difference from JSON is that in JSON, you always have to write "" to get strings.

In YAML you can just write blah and and it becomes a string. Except when it doesn't, when it matches some other type of value.

1 comments

Sure, if you ignore what the YAML documentation actually says.