in ember/serve.py [0:0]
def from_json(cls, json_path: str) -> ModelConfig: with open(json_path, "r") as f: return cls.model_validate_json(f.read())