JSON

Code Blocks can have captions.
1with open("D:\layer_list.json", "r") as read_file:
2    data = json.load(read_file)
3
4for key, value in data.items():