-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
61 lines (61 loc) · 1.16 KB
/
db.json
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
{
"users": [
{
"id": "101",
"firstName": "Sany",
"age": 26,
"companyId": "201"
},
{
"id": "102",
"firstName": "Mahadi",
"age": 26,
"companyId": "201"
},
{
"id": "103",
"firstName": "Mongo",
"age": 26,
"companyId": "401"
},
{
"id": "104",
"firstName": "Graphql",
"age": 26,
"companyId": "301"
},
{
"id": "B1OfYXyYb",
"age": 45,
"firstName": "Jonty",
"companyId": "301"
}
],
"companies": [
{
"id": "201",
"description": "Apple Inc, mountain view, california",
"name": "Apple"
},
{
"id": "301",
"description": "Google Inc, mountain view, california",
"name": "Google"
},
{
"id": "401",
"description": "Microsoft Inc, mountain view, california",
"name": "Microsoft"
},
{
"name": "W3Engineers Ltd.",
"description": "A software company in Khulna, Bangladesh",
"id": "rk3OnzltW"
},
{
"id": "HJQa3MeF-",
"name": "Telenor Bangladesh Ltd.",
"description": "A software company in Dhaka, Bangladesh"
}
]
}