Skip to main content

Module config_loader

Module config_loader 

Source
Expand description

Config file loading โ€” read ProcessingConfig from JSON files.

Functionsยง

config_to_json
Serialize a ProcessingConfig to a pretty-printed JSON string.
load_config_from_file
Load a ProcessingConfig from a JSON file at the given path.
merge_configs
Merge two configs: values present in overlay override those in base.
parse_config_json
Parse a ProcessingConfig from a JSON string.