pub fn mysql_path_steps(path: &str) -> Result<Vec<MysqlPathStep>, EvalError>Expand description
Parse a MySQL JSON path. Supports $, .key, ."quoted key"
and [N]; wildcard steps (*, [*], **) error honestly —
they return multiple matches per document and need a different
walker shape.