3 lines
44 B
Python
3 lines
44 B
Python
import json
|
|
|
|
print(json.loads('[{"1": 2}]')) |
import json
|
|
|
|
print(json.loads('[{"1": 2}]')) |