-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.json
More file actions
84 lines (83 loc) · 1.6 KB
/
list.json
File metadata and controls
84 lines (83 loc) · 1.6 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"list":[
{
"sNo": "1",
"iNam": "Rice",
"qnty": "10",
"unit": "kg",
"dept": "grocery",
"note": "Matta"
},
{
"sNo": "2",
"iNam": "Milk",
"qnty": "1",
"unit": "L",
"dept": "Dairy",
"note": "Milma"
},
{
"sNo": "3",
"iNam": "Coconut Oil",
"qnty": "1",
"unit": "Litre",
"dept": "Edible Oil",
"note": "Kera"
},
{
"sNo": "4",
"iNam": "Onion",
"qnty": "2",
"unit": "kg",
"dept": "grocery",
"note": "Fresh"
},
{
"sNo": "5",
"iNam": "Coffee Powder",
"qnty": "200",
"unit": "g",
"dept": "Grocery",
"note": "Bru Instant"
},
{
"sNo": "6",
"iNam": "Apple",
"qnty": "1",
"unit": "Kg",
"dept": "fruits",
"note": "Red"
},
{
"sNo": "7",
"iNam": "Soap",
"qnty": "5",
"unit": "Packets",
"dept": "grocery",
"note": "Dove"
},
{
"sNo": "8",
"iNam": "Chilli Powder",
"qnty": "500",
"unit": "g",
"dept": "grocery",
"note": "Eastern"
},
{
"sNo": "9",
"iNam": "Biscuit",
"qnty": "2",
"unit": "Packets",
"dept": "snacks",
"note": "Dark fantasy"
},
{
"sNo": "10",
"iNam": "Egg",
"qnty": "10",
"unit": "nos",
"dept": "Eggs",
"note": "Chicken eggs"
}
]}