I have an API request that produces the final JSON array. How can i get out this:
"Key":"PCP","Payment":170.08
From the below array result:
{"VehicleResults":[{"Id":"0","FinanceProductResults":[{"Term":36,"AnnualMileage":10000,"Deposits":1000,"ProductResults":[{"Key":"PCP","Payment":170.08},{"Key":"HP","Payment":279.37}]}]}]}
It is probably easy, but I don't know JQuery that well unfortuantely.