Skip to content

Commit b9e3833

Browse files
committed
c2
1 parent 8388659 commit b9e3833

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jeson.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22

3-
data = """
3+
data = '''
44
55
"name" : "Chuck",
66
"phone" : {
@@ -10,8 +10,7 @@
1010
"email" : {
1111
"hide" : "yes"
1212
}
13-
14-
"""
13+
'''
1514

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

0 commit comments

Comments
 (0)