Let's say that I have a list of dictionaries that looks something like this in a string format
"[{key1:{key11:val11,key12:val12}},{key2:{key21:val21, key22:val22}}]"
How can i change this string(in the dictionary format) to an actual dictionary? while keeping the format?