-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopers.json
More file actions
124 lines (124 loc) · 2.86 KB
/
developers.json
File metadata and controls
124 lines (124 loc) · 2.86 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
[
{
"ID": 1,
"Name": "Василий",
"Country": "Россия",
"Birth": "1970-12-01",
"Salary": 120000,
"LastCompany": "Google"
},
{
"ID": 2,
"Name": "Кирилл",
"Country": "Россия",
"Birth": "1998-05-13",
"Salary": null,
"LastCompany": null
},
{
"ID": 3,
"Name": "John",
"Country": "Россия",
"Birth": "2000-05-13",
"Salary": 170000,
"LastCompany": "Yandex"
},
{
"ID": 4,
"Name": "Василий",
"Country": "Россия",
"Birth": "1970-12-01",
"Salary": 120000,
"LastCompany": "Google"
},
{
"ID": 5,
"Name": "Кирилл",
"Country": "Россия",
"Birth": "1998-05-13",
"Salary": null,
"LastCompany": null
},
{
"ID": 6,
"Name": "John",
"Country": "Россия",
"Birth": "2000-05-13",
"Salary": 170000,
"LastCompany": "Yandex"
},
{
"ID": 7,
"Name": "paramour Vorazun",
"Country": "Россия",
"Birth": "2002-02-14",
"Salary": 33333333,
"LastCompany": null
}
],
[
{
"ID": 1,
"Name": "Docs",
"Version": "3.4",
"DeveloperID": 1
},
{
"ID": 2,
"Name": "Алиса",
"Version": "2.1",
"DeveloperID": 3
},
{
"ID": 3,
"Name": "Docs",
"Version": "3.4",
"DeveloperID": 1
},
{
"ID": 4,
"Name": "Алиса",
"Version": "2.1",
"DeveloperID": 3
},
{
"ID": 5,
"Name": "133",
"Version": "13",
"DeveloperID": 1
},
{
"ID": 6,
"Name": "test",
"Version": "12",
"DeveloperID": 1
}
],
[
{
"ID": 1,
"LicenseType": "GPL",
"SoftwareID": 1,
"ExpiryDate": "2026-12-31"
},
{
"ID": 2,
"LicenseType": "BSD",
"SoftwareID": 2,
"ExpiryDate": "2029-06-30"
},
{
"ID": 3,
"LicenseType": "GPL",
"SoftwareID": 1,
"ExpiryDate": "2026-12-31"
},
{
"ID": 4,
"LicenseType": "BSD",
"SoftwareID": 2,
"ExpiryDate": "2029-06-30"
}
]
]