Created
August 6, 2021 17:55
-
-
Save myogeshchavan97/71fbae20e484e91e26b8f49a0d093231 to your computer and use it in GitHub Desktop.
Toppings JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Capsicum", | |
"_id": "608c43a5f9b60c077d566e74", | |
"Toppings": "Capsicum", | |
"published_at": "2021-04-30T17:51:37.192Z", | |
"createdAt": "2021-04-30T17:51:33.225Z", | |
"updatedAt": "2021-05-02T09:16:59.480Z", | |
"__v": 0, | |
"price": 1.2, | |
"id": "608c43a5f9b60c077d566e74" | |
}, | |
{ | |
"name": "Paneer", | |
"_id": "608c43caf9b60c077d566e75", | |
"Toppings": "Panner", | |
"published_at": "2021-04-30T17:52:15.895Z", | |
"createdAt": "2021-04-30T17:52:10.806Z", | |
"updatedAt": "2021-05-02T09:17:11.802Z", | |
"__v": 0, | |
"price": 2, | |
"id": "608c43caf9b60c077d566e75" | |
}, | |
{ | |
"name": "Red_Paprika", | |
"_id": "608c43d7f9b60c077d566e76", | |
"Toppings": "Red_Paprika", | |
"published_at": "2021-04-30T17:52:41.680Z", | |
"createdAt": "2021-04-30T17:52:23.006Z", | |
"updatedAt": "2021-05-02T09:17:29.374Z", | |
"__v": 0, | |
"price": 2.5, | |
"id": "608c43d7f9b60c077d566e76" | |
}, | |
{ | |
"name": "Onions", | |
"_id": "608c43f5f9b60c077d566e77", | |
"Toppings": "Onions", | |
"published_at": "2021-04-30T17:52:56.379Z", | |
"createdAt": "2021-04-30T17:52:53.230Z", | |
"updatedAt": "2021-05-02T09:17:37.150Z", | |
"__v": 0, | |
"price": 3, | |
"id": "608c43f5f9b60c077d566e77" | |
}, | |
{ | |
"name": "Extra_Cheese", | |
"_id": "608c440af9b60c077d566e79", | |
"Toppings": "Mushroom", | |
"published_at": "2021-04-30T17:53:17.958Z", | |
"createdAt": "2021-04-30T17:53:14.964Z", | |
"updatedAt": "2021-05-02T09:18:31.409Z", | |
"__v": 0, | |
"price": 3.5, | |
"id": "608c440af9b60c077d566e79" | |
}, | |
{ | |
"name": "Baby_Corns", | |
"_id": "608c4415f9b60c077d566e7a", | |
"Toppings": "Baby_Corns", | |
"published_at": "2021-04-30T17:53:28.397Z", | |
"createdAt": "2021-04-30T17:53:25.066Z", | |
"updatedAt": "2021-05-02T09:18:39.777Z", | |
"__v": 0, | |
"price": 3, | |
"id": "608c4415f9b60c077d566e7a" | |
}, | |
{ | |
"name": "Mushroom", | |
"_id": "608e3ead03959f0f616f447c", | |
"published_at": "2021-05-02T05:55:03.944Z", | |
"createdAt": "2021-05-02T05:54:53.575Z", | |
"updatedAt": "2021-05-02T09:18:46.699Z", | |
"__v": 0, | |
"price": 2, | |
"id": "608e3ead03959f0f616f447c" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment