Difficult-Rocket/tests/json5_test.py
2021-09-08 23:38:34 +08:00

6 lines
124 B
Python

import pprint
with open('sys_value/parts.json5', 'r+', encoding='utf-8') as view:
a = view.read()
pprint.pprint(a)