File size: 103 Bytes
f05c60a
 
 
 
 
 
1
2
3
4
5
6
import json

with open(path, "r") as file:
    data = json.load(file)

print(json.dump(data, indent=4))