I am having trouble passing a dictionary in the argparse in python. I have tried many solutions including the json.loads but nothing is working. After passing the dictionary in argparse I want to use it as a parameter in a class method. It has become a nightmare of mine now.
Thank you in advance!!