Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이종상
/
OSS-2021-Project2015
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
ToLive
2021-06-10 05:24:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91eba012d44649d0d32eb9d73eaaa17ad5be6fd9
91eba012
1 parent
9113d5df
JSON 파일
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
144 additions
and
2 deletions
Project/FoodList.json
Project/FoodList.json
View file @
91eba01
...
...
@@ -4,12 +4,154 @@
{
"meal"
:
"morning"
,
"name"
:
"김밥"
,
"spicy"
:
0
,
"main"
:
"app.js"
"country"
:
"한식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"morning"
,
"name"
:
"시리얼"
,
"country"
:
"양식"
,
"spicy"
:
"no"
,
"cold"
:
"cold"
}
{
"meal"
:
"morning"
,
"name"
:
"커피"
,
"country"
:
"양식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"morning"
,
"name"
:
"낫토"
,
"country"
:
"일식"
,
"spicy"
:
"no"
,
"cold"
:
"cold"
}
{
"meal"
:
"morning"
,
"name"
:
"멘보샤"
,
"country"
:
"중식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"morning"
,
"name"
:
"토스트"
,
"country"
:
"양식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
////////////////////////////////
점심
////////////////////////
{
"meal"
:
"lunch"
,
"name"
:
"라면"
,
"country"
:
"한식"
,
"spicy"
:
"yes"
,
"cold"
:
"hot"
}
{
"meal"
:
"lunch"
,
"name"
:
"부대찌개"
,
"country"
:
"한식"
,
"spicy"
:
"yes"
,
"cold"
:
"hot"
}
{
"meal"
:
"lunch"
,
"name"
:
"김치찌개"
,
"country"
:
"한식"
,
"spicy"
:
"yes"
,
"cold"
:
"hot"
}
{
"meal"
:
"lunch"
,
"name"
:
"비빔밥"
,
"country"
:
"한식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"lunch"
,
"name"
:
"스파게티"
,
"country"
:
"양식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"lunch"
,
"name"
:
"초밥"
,
"country"
:
"일식"
,
"spicy"
:
"no"
,
"cold"
:
"cold"
}
{
"meal"
:
"lunch"
,
"name"
:
"짜장면"
,
"country"
:
"중식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
/////////////////////////////저녁///////////////////////////
{
"meal"
:
"dinner"
,
"name"
:
"삼겹살"
,
"country"
:
"한식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"dinner"
,
"name"
:
"스테이크"
,
"country"
:
"양식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"dinner"
,
"name"
:
"돈가스"
,
"country"
:
"일식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"dinner"
,
"name"
:
"훠궈"
,
"country"
:
"중식"
,
"spicy"
:
"no"
,
"cold"
:
"hot"
}
{
"meal"
:
"lunch"
,
"name"
:
"샐러드"
,
"country"
:
"양식"
,
"spicy"
:
"no"
,
"cold"
:
"cold"
}
...
...
Please
register
or
login
to post a comment