summaryrefslogtreecommitdiffstats
path: root/Smarker/temp.py
blob: 60b1c18426a9f3e6cae89b62a488368d6a359de7 (plain)
1
2
3
4
5
6
import json

with open("100301654_report.json", "r") as f:
    tree = json.load(f)["class_tree"]

print(tree)