Thank you for your inputs mahesh 
PFB my json template i need to extract the values from the planAdminList and PlanAdmin i.e. lob, proxyID, premiumEHB.
{
"contract": {
"contractHeader": {
"effectiveDate": "2019-01-01",
"contractCode": "G224",
"productLifecycleState": "Certified",
"approvalStatus": "Unapproved",
"marketSegment": "Large",
"businessUnit": "Local",
"businessEntity": "Anthem",
"state": "CA"
},
"admin": {
"grandfatheringStatus": "No",
"dependentAgeMaximum": "No",
"annualLimitRestriction": "Yes",
"lifetimeLimitRestriction": "No",
"patientProtection": "No",
"preExisting": "Yes",
"preventitveZeroCostshare": "No",
"womensPreventiveZeroCostshare": "Yes",
"womensPreventitiveContraceptiveSterilization": "Yes",
"performanceGuaranteeIndicator": "No",
"liabilityPriorityRule": "BirthdayRule",
"exchangeIndicator": "AvailableOffExchangeOnly",
"metalLevel": "Gold",
"hrcCompliantIndicator": "Yes",
"qhpIndicator": "Yes",
"qhpVariation": "01",
"productMarketingName": "Test Gold CA Product 500",
"productMarketingCode": "TGCP500",
"companyCode": "360C",
"coverageLimitedTo": "Individual",
"maximumEnrollmentAge": 36,
"minimumSubscriberEnrollmentAge": 17,
"hpccCode": "HBCD",
"renewalEndDate": "9999-12-31",
"salesEffectiveDate": "2017-10-01",
"endNewSales": "9999-12-31",
"priceMixerDataList": [ {
"priceMixerData": {
"pricingCoverageCode": "DEN",
"pricingCode": "00001",
"pricingNetwork": "PPO"
}
}
]
},
"planAdminList":[
{
"planAdmin": {
"lob": "Dental",
"premiumEHB": "Yes",
"premiumStateMandatedBenefits": "Yes",
"premiumNonStateMandatedBenefits": "No"
}
}
],
"plans":[
{
"plan" :{
"lob":"Dental",
"proxyID":"1122334455"
}
}
],
"contacts":[
{
"contact":{
"role":"Customer Service",
"name":"Customer Service Phone",
"phone":"18001231234"
}
}
]
}
}
I have tried the same logic as you had suggested earlier for json array but its throwing error as
Object reference not set to an instance of an object.
Am able to extract the values which are not associated to json array
Could you please help me out with the above error
Thanks for your help
Regards,
Pramila