Difficult-Rocket/tests/test_json5.py

8 lines
138 B
Python
Raw Normal View History

2021-02-14 20:22:29 +08:00
import json5
import pprint
with open('sys_value/parts.json5', 'r+', encoding='utf-8') as view:
2021-02-14 20:22:29 +08:00
a = view.read()
pprint.pprint(a)