I have a user input:
{“Alert”:3, “Beep”: 41 , “Cry”: 8}
How can I convert this to a dictionary so that I can process like one..?
I am able to do it by removing those braces and then separating each key value by splitting and so on. Is there any other simple method to do so?