DEV Community

Discussion on: Using YAML to manage Python configurations

Collapse
 
jheld profile image
Jason Held

That's true though some of it can be avoided via safe load.

Collapse
 
juancarlospaco profile image
Juan Carlos

Even if everything works perfectly,
YAML parsers tend to be big bulky and slow compared to parsers of simpler formats,
you can even use CSON if you dont want brackets and semicolons, etc
and still more simpler than YAML to parse.