-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
47 lines (47 loc) · 1.19 KB
/
sample.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
{
"email": "[email protected]",
"name": "Fulano de Tal",
"linkedin_url": "http://www.linkedin.com/pub/<sua url>",
"github": "<seu user no github>",
"facebook": "<seu facebook>",
"twitter": "<seu twitter>",
"about": "Fale sobre voce",
"jobs": [
{
"company": "Empresa 1",
"begin": "2012-12-05",
"end": "2012-12-07",
"title": "Junior Developer"
},
{
"company": "Empresa 2",
"begin": "2012-12-05",
"end": "2012-12-07",
"title": "Senior Developer"
}
],
"educations": [
{
"school": "Colegio Xpto",
"begin": "2012-12-05",
"end": "2012-12-07",
"degree": "Segundo Grau"
},
{
"school": "Faculdade A",
"begin": "2012-12-05",
"end": "2012-12-07",
"degree": "Computação"
}
],
"address": {
"city": "Rio de Janeiro",
"country": "Brasil",
"state": "RJ",
"cep": "21510210",
"neighborhood": "Rocha Miranda",
"street": "Marupiara",
"number": "223",
"complement": ""
}
}