support for other config formats
Summary
Consider adding supporting toml
and yaml
for config files
Explain your context
json
doesn't allow comments, whereas toml
and yaml
do. Also does toml
provide a flat hierarchy.
Adding support should be possible since the formats are interchangeable
Although this could lead to confusion..
What is the current behavior?
json
What is the expected behavior? What is the goal of adding the feature?
Multiple formats to choose