Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -248,8 +248,14 @@ | ... | @@ -248,8 +248,14 @@ |
| 248 | "price": 5000, | 248 | "price": 5000, |
| 249 | "shape": "고기", | 249 | "shape": "고기", |
| 250 | "kinds": "한식" | 250 | "kinds": "한식" |
| 251 | + }, | ||
| 252 | + "치킨": { | ||
| 253 | + "price": 20000, | ||
| 254 | + "shape": "고기", | ||
| 255 | + "kinds": "양식" | ||
| 251 | } | 256 | } |
| 252 | 257 | ||
| 253 | 258 | ||
| 254 | 259 | ||
| 260 | + | ||
| 255 | } | 261 | } | ... | ... |
-
Please register or login to post a comment