Skip to main content

parse_amp_session_file

Function parse_amp_session_file 

Source
pub fn parse_amp_session_file(path: &Path) -> Result<ParsedAmpSession>
Expand description

Parses an Amp JSON session file.

Reads the JSON file and extracts session metadata and messages.

ยงErrors

Returns an error if the file cannot be opened or parsed.