Hello,
I have a JSON file with this structure (“key”: “value”) and I would like to read it and create a dictionary
{"COLOR_COM_L_BGD": "#FFFFFF", "COLOR_COM_L_SFC": "#FBFBFB", "COLOR_COM_L_ERR": "#B00020", "COLOR_FONT_LGH": "#202125", "COLOR_FONT_L_GRAY": "#BAB7B6"}
I have read a lot of topics about this and test all methods that I’ve found but i’m unable to parse it correctly.
Can anyone help me please ?