JSONPath 示例
$.properties.title- 从属性中提取标题$.features[*].properties.name- 从所有特征中提取名称$.data[0].value- 从数据数组第一项中提取值$.users[*].profile.email- 从所有用户配置文件中提取邮箱$.items[*].tags[*]- 从所有项目中提取所有标签- JSON 内容、路径配置和结果缓存只保存在您的浏览器本地,不会上传到本站服务器
$.properties.title - 从属性中提取标题$.features[*].properties.name - 从所有特征中提取名称$.data[0].value - 从数据数组第一项中提取值$.users[*].profile.email - 从所有用户配置文件中提取邮箱$.items[*].tags[*] - 从所有项目中提取所有标签