-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
53 lines (53 loc) · 2.6 KB
/
data.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
{
"users": [
{
"id": 1,
"firstName": "roy",
"lastName": "india"
},
{
"id": 2,
"firstName": "sam",
"lastName": "wales"
},
{
"id": 3,
"firstName": "Ivan",
"lastName": "Ivanoff"
}
],
"courses": [
{
"id": 444,
"title": "Video Course 1. Name tag",
"creationDate": 1593012634,
"duration": 18,
"description": "Learn about where you can find course descriptions, what information they include, how they work, and details about various components of a course description. Course descriptions report information about a university or college's classes. They're published both in course catalogs that outline degree requirements and in course schedules that contain descriptions for all courses offered during a particular semester.",
"topRated": false
},
{
"id": 123,
"title": "Video Course 2. Name tag",
"creationDate": 1580571034,
"duration": 146,
"description": "Learn abs about where you can find course descriptions, what information they include, how they work, and details about various components of a course description. Course descriptions report information about a university or college's classes. They're published both in course catalogs that outline degree requirements and in course schedules that contain descriptions for all courses offered during a particular semester.",
"topRated": true
},
{
"id": 421,
"title": "Video Course 3. Name tag",
"creationDate": 1586964634000,
"duration": 78,
"description": "Learn about where you can find course descriptions, what information they include, how they work, and details about various components of a course description. Course descriptions report information about a university or college's classes. They're published both in course catalogs that outline degree requirements and in course schedules that contain descriptions for all courses offered during a particular semester.",
"topRated": false
},
{
"id": 222,
"title": "Video Course 3.",
"creationDate": 1878823834000,
"duration": 87,
"description": "Learn about where you can find course descriptions, what information they include, how they work, and details about various components of a course description. Course descriptions report information about a university or college's classes. They're published both in course catalogs that outline degree requirements and in course schedules that contain descriptions for all courses offered during a particular semester.",
"topRated": false
}
]
}