(no title)
sapling-ginger | 2 years ago
Notably, not JSON. In fact JSON doesn't support comment specifically to prevent this. And YAML was created specifically to add comments to JSON, in violation of this precaution. So YAML can eat the lunch that it serve itself.
woodruffw|2 years ago
The Norway problem, anchors & references, infinite ways to begin a multi-line string, on the other hand, are all legitimate grievances that are somewhat unique to YAML.
Edit: And note: what makes this hack bizarre is that they chose to do it in comments, despite YAML having ample syntax for an inline dictionary or whatever else. YAML offers all kinds of exquisitely complicated ropes to hang yourself with, and they chose plain old boring comments!
[1]: https://json-schema.org/understanding-json-schema/reference/...
devsda|2 years ago
They were mainly concerned about interoperability but partially yes.
Source: https://web.archive.org/web/20190112173904/https://plus.goog...
lifthrasiir|2 years ago