I am making a http request to a web service using the dispatch library and scala. Everything is working fine, what I wanted to do is to convert the response into a JSON. I can already get the response but it's in a String format. Here's what I'm doing:
val http = new Http
val handler = http(req.as_str)
req is a Request variable containing the URL.
Thanks for the help. :D