Hi all,
I think I'm being rather thick, as I know this should be easy. I'm just getting started on writing a library for a JSON-using API and I want to get a simple JsValue
for now. Only once I can do that was I planning on venturing into using lift-json to convert it to case classes and such. My request looks like so:
http(req ># (json => json))
I get a result with type http.HttpPackage[dispatch.json.JsValue]
.
What do I need to do to get the straight JsValue?
Thanks,
Peter