Added
- The `raw_load` method that loads a config file and returns the raw
`dict` result
- This is mainly intended to be used for debugging large and complex sets
of config files with multiple inclusions and extensions and internal
references and such, so that reading in the files and seeing the
resulting structure after everything has been included and evaluated can
help.
- The `render_load` method that loads a config file and returns the
rendered `str` result (JSON or YAML depending on the input file)
- This is mainly intended to be used for debugging large and complex sets
of config files with multiple inclusions and extensions and internal
references and such, so that reading in the files and seeing the
resulting JSON or YAML after everything has been included and evaluated can
help, as if this was just one large file with static values.