Function session_read_json
pub fn session_read_json(cols: &[String], rows: &[Vec<OwnedValue>]) -> ValueExpand description
A session read serialized as the /execute-sql-read shape — cols in order, each row a
bare cell array — so the JS client zips them identically on both paths.