Skip to main content

Module parser

Module parser 

Source

Functionsยง

parse_session_file_to_value
Parses a session file (JSONL or JSON) and returns the result as a serde_json::Value (the CLI single-file dump path).
parse_session_file_typed
Typed entry point that auto-detects the provider from file contents.
parse_session_file_typed_as
Typed entry point when the caller already knows the provider.
parse_session_file_typed_with_mode
Content-detecting typed parse with an explicit ParseMode.