"{\"status\":1,\"redirect\":\"/some/uri/uri2/index.html?post_login=80607979823520\",\"security_token\":\"/cpsess8233434446\"}"
I am getting this response as string and I need to extract security_token value. I tried to convert the string to Hash by eval method.seems not worked and I need to do a regex match.