staticSegmentRecord.from_json(path)
¶
Read a list of [SegmentRecord]s from a JSON file.
Parameters:path (str) – Path to file containing the segment records.
Return type:[
SegmentRecord
]