JSON
Load file từ Internet
Ví dụ:
import urllib2
import json
response = urllib2.urlopen('https://api.github.com/users/voduytuan/repos')
data = json.load(response)
print dataParsing JSON Data
Ví dụ:
Encoding JSON Data
Ví dụ:
Follower me
Last updated