Space_testing / take_data.py
WICKED4950's picture
Create take_data.py
f05c60a verified
raw
history blame
103 Bytes
import json
with open(path, "r") as file:
data = json.load(file)
print(json.dump(data, indent=4))