jquery - Get a single value from JSON object -
so have object or array (not sure how call it) returned jquert json. when try print "console.log(pdata) - following:
is possible somehow print value of address. want assign variable , use somewhere else. thanks.
simply pdata[0][0].address
or pdata[0][0]['address']
Comments
Post a Comment