« 後付でXwindow導入 | メイン | smarty number format »
2009年09月25日
json文字列 を配列にする
jsonText = '{"test1": "hello1","test2": "hello2","test3": "hello3"}'
json = eval("(" + jsonText + ")");
投稿者 muuming : 2009年09月25日 10:16
« 後付でXwindow導入 | メイン | smarty number format »
jsonText = '{"test1": "hello1","test2": "hello2","test3": "hello3"}'
json = eval("(" + jsonText + ")");
投稿者 muuming : 2009年09月25日 10:16