|
|
|
|
|
by WorldWideWayne
3991 days ago
|
|
I can give you my own reasons. I avoid YAML because it's not simple like JSON. Just look at the YAML spec - http://www.yaml.org/spec/1.2/spec.html compared to JSON - http://json.org/ and JSON is already everywhere (as a built-in library, a known mime type, etc). I have to go out of my way in order to use YAML. I guess the other reason is that I never trust projects with names like "Yet Another..." because I feel like it conveys a lack of craftsmanship. Looking at that YAML spec again today, it looks like every feature was thrown into it with little to no discrimination. |
|