JsonPath仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
747 B

14 years ago
{
"id": 100,
"type": "donut",
"name": "Cake",
14 years ago
"available": true,
"ppu": 0.55,
"batters":
{
"batter":
[
{
"id": "1001",
"type": "Regular"
},
{
"id": "1002",
"type": "Chocolate"
},
{
"id": "1003",
"type": "Blueberry"
},
{
"id": "1004",
"type": "Devil's Food"
}
]
},
"toppings": ["Glazed", "Sugar", "Chocolate", "Maple"]
14 years ago
}