|
|
|
|
|
by wmil
4698 days ago
|
|
YAML is neat, but library developers have a history of writing unsafe YAML parsers. There's the famous Rails vulnerability due to YAML. Python needed to add 'yaml.safe_load'. YAML is a little too rich. It's always one poorly thought out convenience feature away from disaster. |
|
It has parsers for nearly every language, I wrote one for js: http://npmjs.org/package/tomljs