JSON Path Query

Query JSON data using JSONPath syntax

JSONPath 语法参考

$ - 根对象
. - 子属性访问
[n] - 数组索引
[n:m] - 数组切片
* - 通配符
.. - 递归下降