Expand description
Config file loading โ read ProcessingConfig from JSON files.
Functionsยง
- config_
to_ json - Serialize a
ProcessingConfigto a pretty-printed JSON string. - load_
config_ from_ file - Load a
ProcessingConfigfrom a JSON file at the given path. - merge_
configs - Merge two configs: values present in
overlayoverride those inbase. - parse_
config_ json - Parse a
ProcessingConfigfrom a JSON string.