I am using Python, and I sent a request to a URL and received a reply using httplib2. The reply I got was in JSon, how do I access a specific parameter. What I have at the m
You can use dump;
result = json.dumps(content) result = json.loads(result)