I'm getting a JsonArray like this, by using urlrequest method in jquery
Object {
code:"INR"
price:"14999"
status:"sucess"
qty:"5"
title:"Moto G Plus, 4th Gen (Black, 32 GB)"
}
Now i need to print, certain jsonarray values, using jquery like this
title - Moto G Plus, 4th Gen (Black, 32 GB)
price - 14999