Import configuration settings from a JSON or TOML file and apply it to the current design.
The sections to be applied are defined with the configuration.options
class.
The import operation result is saved in the configuration.results
class.
- Parameters:
- config_file
str
Full path to json file.
- Returns:
dict
, boolConfig dictionary.