food.json 4.23 KB
{
  "짜장면": {
    "price": 5000,
    "shape": "면",
    "kinds": "중식"
  },
  "짬뽕": {
    "price": 6000,
    "shape": "면",
    "kinds": "중식"
  },
  "우동": {
    "price": 6000,
    "shape": "면",
    "kinds": "중식"
  },
  "울면": {
    "price": 6000,
    "shape": "면",
    "kinds": "중식"
  },
  "간짜장": {
    "price": 6000,
    "shape": "면",
    "kinds": "중식"
  },
  "냉면": {
    "price": 6000,
    "shape": "면",
    "kinds": "중식"
  },
  "중국냉면": {
    "price": 9000,
    "shape": "면",
    "kinds": "중식"
  },
  "만두": {
    "price": 5000,
    "shape": "기타",
    "kinds": "중식"
  },
  "볶음밥": {
    "price": 5000,
    "shape": "밥",
    "kinds": "중식"
  },
  "짬뽕밥": {
    "price": 6000,
    "shape": "밥",
    "kinds": "중식"
  },
  "짜장밥": {
    "price": 6000,
    "shape": "밥",
    "kinds": "중식"
  },
  "잡채밥": {
    "price": 7000,
    "shape": "밥",
    "kinds": "중식"
  },
  "제육덮밥": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "오징어덮밥": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "오므라이스": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "새우볶음밥": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "김치볶음밥": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "소고기덮밥": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "탕수육": {
    "price": 15000,
    "shape": "고기",
    "kinds": "중식"
  },
  "깐풍기": {
    "price": 20000,
    "shape": "고기",
    "kinds": "중식"
  },
  "난자완스": {
    "price": 20000,
    "shape": "고기",
    "kinds": "중식"
  },
  "깐쇼새우": {
    "price": 20000,
    "shape": "고기",
    "kinds": "중식"
  },
  "초밥": {
    "price": 10000,
    "shape": "밥",
    "kinds": "일식"
  },
  "회덮밥": {
    "price": 10000,
    "shape": "밥",
    "kinds": "일식"
  },
  "회": {
    "price": 20000,
    "shape": "고기",
    "kinds": "일식"
  },
  "라멘": {
    "price": 10000,
    "shape": "면",
    "kinds": "일식"
  },
  "돈까스": {
    "price": 8000,
    "shape": "고기",
    "kinds": "일식"
  },
  "순대국밥": {
    "price": 6000,
    "shape": "밥",
    "kinds": "한식"
  },
  "뼈다귀해장국": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "돼지국밥": {
    "price": 6000,
    "shape": "밥",
    "kinds": "한식"
  },
  "콩나물국밥": {
    "price": 5000,
    "shape": "밥",
    "kinds": "한식"
  },
  "굴국밥": {
    "price": 6000,
    "shape": "밥",
    "kinds": "한식"
  },
  "육개장": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "라면": {
    "price": 1000,
    "shape": "면",
    "kinds": "한식"
  },
  "순두부찌개": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "김치찌개": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "생선구이": {
    "price": 10000,
    "shape": "고기",
    "kinds": "한식"
  },
  "된장찌개": {
    "price": 7000,
    "shape": "밥",
    "kinds": "한식"
  },
  "청국장": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "갈비탕": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "내장탕": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "곰탕": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "부대찌개": {
    "price": 8000,
    "shape": "밥",
    "kinds": "한식"
  },
  "삼계탕": {
    "price": 15000,
    "shape": "밥",
    "kinds": "한식"
  },
  "오뎅탕": {
    "price": 5000,
    "shape": "밥",
    "kinds": "한식"
  },
  "참치마요": {
    "price": 4000,
    "shape": "밥",
    "kinds": "한식"
  },
  "치킨마요": {
    "price": 4000,
    "shape": "밥",
    "kinds": "한식"
  },
  "스팸마요": {
    "price": 4000,
    "shape": "밥",
    "kinds": "한식"
  },
  "떡볶이": {
    "price": 5000,
    "shape": "밥",
    "kinds": "한식"
  },
  "순대": {
    "price": 5000,
    "shape": "고기",
    "kinds": "한식"
  },
  "치킨": {
    "price": 20000,
    "shape": "고기",
    "kinds": "양식"
  }




}