hooks.parse_features_json
- hooks.parse_features_json(file: Path | str) List[Path]
Parse a JSON file containing filepaths.
- Parameters:
file – A filepath to a JSON file containing a
featuresfield, which contains a list of dictionaries, where each dictionary must have at least anremoveand a resources field.- Returns:
A list of file paths from the
resourcesfield, if theremovefield is True.