forked from chakas/myGoogle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
89 lines (89 loc) · 1.51 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"heroNames": [{
"id": 1,
"name": "Bala krishna",
"profileImage": "http://lorempixel.com/100/100/nature/"
},
{
"id": 2,
"name": "Allu Arjun",
"profileImage": "http://lorempixel.com/100/100/nature/"
},
{
"id": 3,
"name": "Mahesh Babu",
"profileImage": "http://lorempixel.com/100/100/nature/"
},
{
"id": 4,
"name": "Venkatesh",
"profileImage": "http://lorempixel.com/100/100/nature/"
},
{
"id": 5,
"name": "Chiranjeevi",
"profileImage": "http://lorempixel.com/100/100/nature/"
}
],
"carsList": [{
"id": 14,
"carName": "Scorpio",
"brandName": "Mahendra",
"launchDate": "20/06/2002"
},
{
"id": 10,
"carName": "Sunny",
"brandName": "Nissan",
"launchDate": "12/06/2018"
},
{
"id": 13,
"carName": "baleno",
"brandName": "Maruti",
"launchDate": "18/01/2019"
},
{
"id": 11,
"carName": "Verna",
"brandName": "Hyundai",
"launchDate": "14/08/2017"
},
{
"id": 15,
"carName": "XUV 500",
"brandName": "Mahendra",
"launchDate": "25/11/2009"
},
{
"id": 12,
"carName": "i10",
"brandName": "Hyundai",
"launchDate": "13/07/2013"
}
],
"comments": [{
"id": 1,
"body": "first comment for postid 1",
"postId": 1
},
{
"id": 2,
"body": "second comment for postid 1",
"postId": 1
},
{
"id": 1,
"body": "first comment for postid 2",
"postId": 2
},
{
"id": 2,
"body": "second comment for postid 2",
"postId": 2
}
],
"profile": {
"name": "krishna63"
}
}