Below is the response I am getting from one of my authentication API.
{"auth":"413e193fe7d10011230b:cea7abe015a6c8d2a78c8dbb48a21f769f65e79441809e918d6e7e98913aeca3","channel_data":"{\"user_id\":\"969696\",\"user_info\":{\"name\":\"Sandra Smith\"}}"}
I would like to get values user_id and user_info from the above response using jquery or javascript. How can I do that?