Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_json.py:
import json # some JSON: x = '{ "name":"Bill", "age":63, "city":"Seatle"}' # parse x: y = json.loads(x) # the result is a Python dictionary: print(y["age"])