김태민

음식 데이터

...@@ -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 }
......