canopy.json
canopy.json.json_functions
canopy.json.json_registry module
canopy.json.run_json module
- canopy.json.run_json.run_json(config_file)[source]
Run a function based on the JSON configuration file.
- Parameters:
config_file (str) – Path to the JSON configuration file.
Notes
This function loads the configuration from the specified JSON file, retrieves the appropriate function from the registry, and executes it with the configuration as an argument.