VectorGroup.from_json
- classmethod VectorGroup.from_json(filepath)
Construct an object from serialized data contained in a JSON file.
- Parameters
- filepathpath string | file-like object | URL string
The path, file or URL to the file for serialization.
- Returns
Data
An instance of this object type if the data contained in the JSON file has the correct schema.