-[[json ― JSON encoder and decoder:http://docs.python.org/library/json.html]]

-[[Pythonを使ってみた -- とりあえずJSONデータを読み込む:http://d.hatena.ne.jp/m-hiyama/20090710/1247197731]]

* JSON => Python のデータマッピング [#u26d8278]

| JSON | Python |h
| object | dict |
| array | list |
| string | unicode |
| integer | int, long |
| number (not integer) | float |
| boolean | bool |
| null | NoneType  |

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS