YAML: Ditching JSON's Braces and Quotes
I’ve used json for config files the majority of times but shifting to yaml more and more. Yaml is simply better to read, without unnecessary {} and "" business, allows inline documentation and its webpage is a valid yaml! Now that is the bar for the next config formats :).