IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.
Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su
Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su
Twitter検索のJSONを読みたいのですがどうすればいいのでしょう? $request_url = 'http://search.twitter.com/search.json?lang=ja&q=ohayo'; $ch = curl_init($request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); $jsonData = curl_exec($ch); curl_close($ch); $jsonData = json_decode ($jsonData, true); foreach($jsonData->results->from_user_id_str as $r) { $usr = $jsonData->results->from_user; $text = $jsonData->results->text
JSONというデータフォーマットがありますな。JSONって何ぞや...というときは例えば、 → [Think It] 【これならわかる!JavaScript/Ajax】JSONなんて怖くない! と、こんな記事を読んでみたら大体わかります。まあ簡単にいうと、データフォーマットの一種です。 で、上の記事の中にもありますが、世の中にはデータをJSONで返してくれるWeb APIがあって、JSONPという手法を使えばお手軽に外部サイトからデータを得ることが出来るのですな。 JavaScriptで、JSONデータを処理するコールバック関数を作っておいて... function hoge( jsonData ){ /* 引数 jsonData に、相手から渡されたJSONデータが入ります */ /* あとはこのデータを煮るなり焼くなり出力するなり */ }
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く