VWED_server/tests/test.py

3 lines
44 B
Python
Raw Normal View History

2025-05-12 15:43:21 +08:00
import json
2025-04-30 16:57:46 +08:00
2025-05-12 15:43:21 +08:00
print(json.loads('[{"1": 2}]'))