"TEST", "username" => "test"); // Creating a array echo json_encode($array); // Printing json $json = file_get_contents('http://www.example.com/test/films.json'); // Your url $array = json_decode($json); // Your first array its here!