-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask1json
More file actions
34 lines (32 loc) · 873 Bytes
/
task1json
File metadata and controls
34 lines (32 loc) · 873 Bytes
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
{
"Name" : "Thomas",
"Age" : "34",
"Occupation" : "Software Developer",
"Address" : {
"street" : "114 South Buchanan Boulevard Duke Box 90790",
"city" : "Durham",
"state" :"NC",
"zip" : "27708",
"Phone" : "(919)681-8472",
"Fax" : "(919) 681-8492"
},
"Hobbies" : ["Writing", "Reading","Cycling"],
"skills" :{
"Programming" : ["Java","Python"],
"Databases " : ["Mysql","Postgresql"],
"DevOps Tools":{
"Configuration Management" :["Ansile","puppet"],
"GIt" :"null",
"Virtualization" :{
"Docker" : {
"k8s" : "50% covered",
"Swarm" : "90% covered",
"coreOS": "null"
},
"LXC" :"null"
}
}
},
"IQ" : "122.55",
"HIke eligible" :"True"
}