-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjson_data.json
More file actions
32 lines (32 loc) · 860 Bytes
/
json_data.json
File metadata and controls
32 lines (32 loc) · 860 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
{
"whoami": {
"name": "david",
"age": "35",
"education": "Bachelor of Science ",
"village": "Bonney",
"state": "Texas",
"native": "Bonney",
"district": "Bonney",
"pincode": "77515"
},
"work": {
"company": "try-devops.xyz",
"Designation": "Senior DevOps Engineer",
"Manager": "Tom Cruise",
"Tech Lead": "John Cena"
},
"myfamily": {
"Wifename": "maria",
"Daughter1": "mary",
"Daughter2": "misha"
},
"devops": {
"VersionControl": "GitHub",
"CICD": "CloudBees Jenkins, GitHub Action",
"Iac": "Terraform",
"Scripting": "Bash/Python",
"Operating systems": "Linux OS",
"Secrets Management": "Hashicop Vault",
"Databases": "RDS Aurora Postgres, Oracle DB"
}
}