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.