Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://itunes.apple.com/search?term=jack+johnsonからjson出力データを取得する必要があります
私はcakephp1.3を使用しています。
これをどのように達成できるか考えていますか?
$json = file_get_contents("http://www......."); $array = json_decode($json); print_r($array);
それはあなたが探していたものですか?動作するはずです:)