data [{"workname":"Tofo","assigndate":"12\/3\/2017","assignto":"6","priority":"B","completedays":"5"}] [{"workname":"Todolist ","assigndate":"5\/3\/2017","assignto":"6","priority":"A","completedays":"1"},{"workname":"Hello","assigndate":"19\/3\/2017","assignto":"2","priority":"C","completedays":"5"},{"workname":"Online shopping ","assigndate":"15\/3\/2017","assignto":"3","priority":"A","completedays":"4"}] [{"workname":["Todolist ","Hiii"],"assigndate":["5\/3\/2017","5\/3\/2017"],"assignto":["6","4"],"priority":["B","A"],"completedays":["8","4"]} https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452 $json = file_get_contents('https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452'); // Decode the JSON string into an object $obj = json_decode($json); // In the case of this input, do key and array lookups to get the values var_dump($obj->results[0]->formatted_address);