Hacker News new | ask | show | jobs
by graphenus 2617 days ago
I agree that JSON is a shouldn't be used as a configuration language.

However, one could use Python as a configuration language! It could fill in the configuration object, which will then be transferred to the main app using JSON, YAML, XML, or something better than that.