I access some out service which returns me response in JSON format. To be able to read what it returned I guess I have to parse the JSON resposne into appropriate object. But there are quite many different types of objects that that service returns and it would be lots of work to write class for each possible response. Is there a way (some exisiting JSON lib) to parse complete response in to HashMap or smtin like that?