Hi I have this json object data from service
{
"Result": [
{
"Status": {
"StatusCode": 200,
"Text": "Successful"
}
},
{
"ListByPI": {
"ORCA_ID": "25746",
"ProtocolID": "20140476HU",
"PIName": "DeFronzo"
}
},
{
"ListByPI": {
"ORCA_ID": "21273",
"ProtocolID": "20120202HU",
"PIName": "DeFronzo"
}
}
]
}
How can I get the values of ORCA_ID
, ProtocolID
and PIName
?