This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
zhihao.gu
/
CheckCardBoxAndDefectServer
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
41ba573c51
Rami (Branch)
Tag
master
CheckCardBoxAnd...
/
Test
/
test01.py
test01.py
101 B
Cronologia
Originale
1
2
3
4
5
6
import json
text = '''{"asda": 666, "abb": 656, "gsd": 123}'''
data = json.loads(text)
print(data)