1 2 3 4 5 6
import json with open("100301654_report.json", "r") as f: tree = json.load(f)["class_tree"] print(tree)