JSONデータ登録について
--------JSONデータ--------
{"vois":[
{
"id" : "1FZ3P4ACUWBBC-2010061010321",
"created_at" : "Thu Jun 10 01:32:13 +0000 2010",
"text" : "つぶやきの本文",
"user" : {
"id" : "1FZ3P4ACUWBB",
"screen_name" : "Becky",
"profile_image_url" : "http://profile.img.mixi.jp/photo/user/1FZ3P4ACUWBBC_301280930.jpg",
"url" : "http://mixi.jp/show_friend.pl?uid=1FZ3P4ACUWBB"
},
"reply_count" : "3",
"favorite_count" : "5"
},
{
"id" : "1FZ3P4ACUWBBC-2010061010322",
"created_at" : "Thu Jun 10 02:32:13 +0000 2010",
"text" : "つぶやきの本文2",
"user" : {
"id" : "1FZ3P4ACUWBa",
"screen_name" : "ecky",
"profile_image_url" : "http://profile.img.mixi.jp/photo/user/1FZ3P4ACUWBBC_301280931.jpg",
"url" : "http://mixi.jp/show_friend.pl?uid=1FZ3P4ACUWBa"
},
"reply_count" : "4",
"favorite_count" : "5"
}
]
}
上記のJSONデータを取得した場合
MySQLに登録するPHPプログラムはどのようになるのでしょうか。