学习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
      }
    ]
  }
}

 

posted @ 2022-06-15 10:56  xiaoyongdata  阅读(42)  评论(2编辑  收藏  举报