学习JsonPath所用的store.json
{
"store": {
"expensive": 10,
"bicycle": {
"color": "red",
"price": 19.95
},
"book": [
{
"category": "reference",
"author": "张三",
"title": "Sayings of the Century",
"price": 8.95
},
{
"category": "fiction",
"author": "张三丰",
"title": "Sword of Honour",
"price": 12.99,
"temp":{
"author":"临时"
}
},
{
"category": "fiction",
"author": "李四",
"title": "Moby Dick",
"isbn": "0-553-21311-3",
"price": 8.99
},
{
"category": "fiction",
"author": "李四娘",
"title": "The Lord of the Rings",
"isbn": "0-395-19395-8",
"price": 22.99
}
]
}
}
本文来自博客园,作者:xiaoyongdata(微信号:xiaoyongdata),转载请注明原文链接:https://www.cnblogs.com/xiaoyongdata/p/16377686.html