Skip to content

Commit

Permalink
c2
Browse files Browse the repository at this point in the history
  • Loading branch information
zpvk committed Sep 25, 2020
1 parent 8388659 commit b9e3833
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jeson.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json

data = """
data = '''
"name" : "Chuck",
"phone" : {
Expand All @@ -10,8 +10,7 @@
"email" : {
"hide" : "yes"
}
"""
'''

info = json.loads(data)
print('Name:', info["name"])
Expand Down

0 comments on commit b9e3833

Please sign in to comment.