-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.json
More file actions
39 lines (38 loc) · 802 Bytes
/
data.json
File metadata and controls
39 lines (38 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"Vendor": {
"siteName": "onlineshopping.com",
"name": "OnlineShoping pvt Limited",
"id": "JE-5141611ps",
"address": "Ward No: 4, Lakshmi Nagar, Banglore, India",
"number": "0712 - 2645144"
},
"customer": {
"firstname": "Aamod",
"lastname": "Shukla",
"address": "Plot No: 45, new sector, Banglore, India."
},
"bill": {
"BillId": "cus441-asdc6461",
"DeliveryDate": "23/10/2019"
},
"list": [
{
"name": "Notebook Large",
"qunatity": "5",
"priceUnit": "20",
"totalP": "100"
},
{
"name": "Mouse Razer",
"qunatity": "1",
"priceUnit": "1500",
"totalP": "1500"
},
{
"name": "Logitech Keyboard",
"qunatity": "1",
"priceUnit": "1200",
"totalP": "1200"
}
]
}