Forum Moderators: coopster
I am curious to know how to get PHP to decode the following JSON reply from the server.
Is there a Json function in PHP that decodes this?
blah({"totalResultsCount":1,"foo":[{"test":"age","name":"bob","fcl":"S","fclName":"spot, building, farm","name":"foobar ","countryCode":"BR","lng":-48.225594,"fcode":"AIRP","geonameId":6300682,"lat":-18.882844,"adminName1":"","population":0}]});
TIA