Skip to content

Commit

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

data = '''
{
"name" : "Chuck",
"phone" : {
"type" : "intl",
"number" : "0779395415"
},
"email" : {
"hide" : "yes"
"hide" : "yes"}
}
'''

Expand Down

0 comments on commit d4e2a85

Please sign in to comment.