my home

Run Settings
LanguagePython
Language Version
Run Command
import json data = '''{ "name": "chuck", "phone":{ "type":"intel", "tel": "48848898" }, "email" : "hide" : "yes" }''' info = json.loads(data) print("name",info["name"]) print("hide: ",info["email"]["hide"])
Editor Settings
Theme
Key bindings
Full width
Lines