OpenSocialのAPIでできない部分は外部のサーバに頼る必要があり
たまたま目についたのがGoogle App Engineだったってだけですが
・19.2. json — JSON encoder and decoder — Python v2.6.2 documentation
ドキュメントだと import json ってなってるけどなんか無理っぽい
from django.utils import simplejson
文字列からオブジェクト
obj = simplejson.loads(str)
オブジェクトを文字列
str = simplejson.dumps(obj)
0 件のコメント:
コメントを投稿