Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_json_from_python.py:
import json # a Python object (dict): x = { "name": "Bill", "age": 63, "city": "Seatle" } # convert into JSON: y = json.dumps(x) # the result is a JSON string: print(y)