pub fn load(path: &Path) -> Result<Vec<Value>>
Parse a transcript file into one Value per non-empty line. Unparseable lines are skipped.
Value