I am running a curl command which gives me json response. Now I want to parse the response output to get the keys and corresponding values from the output or getting value for a particular key.
I need to do this through shell (preferred) or Python. If possible, through the command line.