{json.pet}
json.pet
首页
工具目录
工具目录
›
JSONPath 查询
JSON 工具
JSONPath 查询
用 JSONPath 从复杂 JSON 中提取字段、数组项和嵌套数据,适合接口响应排查和自动化规则验证。
JSONPath 查询
示例
清空
转换
JSON + JSONPath(最后一行)
{"items":[{"name":"json.pet","score":99},{"name":"tools","score":88}]} $.items[*].name
Ctrl/⌘ + Enter 提交
等待输入
查询结果
Raw
复制结果
下载
JSONPath 结果 路径 | 值 | 类型 --- | --- | --- $.items[0].name | "json.pet" | string $.items[1].name | "tools" | string 模板:JSON 内容 + 空行 + JSONPath 表达式。可直接把路径复制到其他 JSONPath 工具。
JSONPath 查询完成。
等待结果