I want to count and list every JSON item by numbers. Is it possible to count the item by the { }? For example, it will search for the first {} and set it as the first item and so on.
Code
tmp = json.dumps(file_data, ensure_ascii=False, indent="\t") + "\n" + "\n"
reviewjson.insert(END, tmp)

