-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexample.json
81 lines (77 loc) · 2.23 KB
/
example.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
{
"title": "007 James Bond's CV",
"author": "nevermoi",
"updatedOn": "2016-02-18",
"firstName": "007",
"lastName": "James Bond",
"description": "A MI6 agent & killer & programmer",
"email": "[email protected]",
"phone": "(021) 3456 5432",
"github": "https://github.com/j007",
"linkedin": "https://sg.linkedin.com/in/j007",
"website": "http://james007.com",
"stacks": [
{
"primary": "Java",
"enum": ["Spring MVC", "Maven", "Hibernate"]
},
{
"primary": "JavaScript",
"enum": ["Nodejs", "Reactjs", "jQuery", "Vuejs"]
},
{
"primary": "Python",
"enum": ["Flask", "Beautiful Soup"]
},
{
"primary": "Others",
"enum": ["gun", "cannon", "rocket"]
}
],
"careers": [
{
"company": "MI6",
"location": "Cambridge",
"title": "Agent",
"startDate": "Jan, 2010",
"endDate": "Present",
"contributions": [
"Classified"
]
},
{
"company": "MI6",
"location": "Cambridge",
"title": "Agent Intern",
"startDate": "Sept, 2006",
"endDate": "Dec, 2006",
"contributions": [
"Classified"
]
}
],
"projects": [
{
"title": "Skyfall",
"company": "MI6",
"descriptions": [
"With MI6 now compromised inside and out, M turns to the one man she can trust: Bond. Aided only by a field agent."
]
},
{
"title": "Spectre",
"company": "MI6",
"descriptions": [
"A cryptic message from the past leads James Bond to Mexico City and Rome, where he meets the beautiful widow of an infamous criminal.",
"As Bond ventures toward the heart of SPECTRE, he discovers a chilling connection between himself and the enemy he seeks."
]
}
],
"educations": [
{
"degree": "Trouble",
"university": "Fettes College",
"grantedDate": "July, 1978"
}
]
}