Question: write code(ether class or method) that read json file and get the Organization value,which is Harverd university ,And tell me the JRE name, the one
write code(ether class or method) that read json file and get the "Organization" value,which is Harverd university ,And tell me the JRE name, the one you used,by useing Java
{
"Value": {
"Data": {
"Name": {
"Raw": "Steve osten",
"First": "Steve",
"Last": "osten",
},
"PhoneNumbers": [
"0123456789"
],
"Websites": [],
"Emails": [
"Steveosten@ggail.com"
],
"DateOfBirth": "null",
"Location": null,
"Objective": "",
"Languages": [
"English",
],
"LanguageCodes": [],
"Summary": "",
"TotalYearsExperience": 21,
"HeadShot": null,
"Education": [
{
"Id": 123456798,
"Organization": " Harverd university",
"Accreditation": {
"Education": "Bachelor "
},
"Grade": {
"Raw": "3.47/4 GPA.",
"Metric": "GPA",
"Value": "3.47/4"
},
"Location": {
"Formatted": "UK",
"PostalCode": null,
"State": "null",
"Country": "UK",
"CountryCode": "UK",
"RawInput": "null",
"StreetNumber": null,
"Street": null,
"ApartmentNumber": null,
"City": "null"
},
"Dates": null
}
],
}
}
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
