I don't care if it's JSON
, pickle
, YAML
, or whatever.
All other implementations I have seen are not forwards compatible, so if I have a config file, add a new key in the code, then load that config file, it'll just crash.
Are there any simple way to do this?