pub fn parse_json_line(line: &str) -> Option<BTreeMap<String, LogCell>>
Parse a JSON log line into typed columns. Returns None for non-JSON lines (the caller keeps the raw line for a _raw column).
None
_raw