-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
45 lines (44 loc) · 890 Bytes
/
Copy pathdata.json
File metadata and controls
45 lines (44 loc) · 890 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
35
36
37
38
39
40
41
42
43
44
45
{
"details":{
"name":"satya",
"email":"batchusatyasri@gmail.com",
"number":"999922255555",
"Address":"vizag"
},
"careerobjective":{
"info":"To become software engineer"
},
"educationalqualification":[
{
"institute":"vignans institute of engineering for women",
"degree":"B.Tech",
"passoutyear":"2022",
"percentage":"80%"
},
{
"institute":"narayana junior college",
"degree":"intermediate",
"passoutyear":"2018",
"percentage":"95.6%"
},
{
"institute":"Dr.kkr gowtham school",
"degree":"SSC",
"passoutyear":"2016",
"percentage":"9.8"
}
],
"technicalskills":[{
"title":"Programming language",
"info":["c,c++,java,R,python"]
},
{
"title":"Databases",
"info":["oracle,sql,mysql,TinyDB"]
},
{
"title":"Operating system",
"info":["windows,linux,Ubuntu,DOS"]
}
]
}