Skip to main content

parse_json_line

Function parse_json_line 

Source
pub fn parse_json_line(line: &str) -> Option<BTreeMap<String, LogCell>>
Expand description

Parse a JSON log line into typed columns. Returns None for non-JSON lines (the caller keeps the raw line for a _raw column).