forked from nihira2020/jsoncrud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
52 lines (52 loc) · 1021 Bytes
/
db.json
File metadata and controls
52 lines (52 loc) · 1021 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"company": [
{
"id": 1,
"name": "NT Infotech",
"empcount": "5500",
"revenue": "2500000",
"address": "1st street\nchennai\npin 600048",
"isactive": true
},
{
"name": "NT Infotech pvt ltd",
"empcount": "55",
"revenue": "25000",
"address": "1st street\nchennai\npin 600048",
"isactive": true,
"id": 2
},
{
"name": "NT Infotech",
"empcount": "1000",
"revenue": "2000",
"address": "test",
"isactive": true,
"id": 3
},
{
"name": "NT Infotech",
"empcount": "1000",
"revenue": "2000",
"address": "test",
"isactive": true,
"id": 4
},
{
"name": "NT Infotech",
"empcount": "1000",
"revenue": "2000",
"address": "test",
"isactive": true,
"id": 5
},
{
"name": "NT Infotech",
"empcount": "1000",
"revenue": "2000",
"address": "test",
"isactive": true,
"id": 6
}
]
}