pub type JsonRow = Map<String, Value>;
One result row: column name -> JSON value.
pub struct JsonRow { /* private fields */ }