This website works better with JavaScript
Home
Explore
Help
Sign In
zhihao.gu
/
CheckCardBoxAndDefectServer
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
41ba573c51
Branches
Tags
master
CheckCardBoxAnd...
/
Test
/
test01.py
test01.py
101 B
History
Raw
1
2
3
4
5
6
import json
text = '''{"asda": 666, "abb": 656, "gsd": 123}'''
data = json.loads(text)
print(data)