Skip to main content

mysql_path_steps

Function mysql_path_steps 

Source
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.