I'm (re)implementing a basic webservice that uses spray with play json 
library. I wrote POST handler, where I want to get payload as play's json, 
not use any other custom class.

So far I see I need unmarshaller implicit


  implicit val jsUM: FromRequestUnmarshaller[JsObject] = ???


and then

val json = entity(as[JsObject])


But I don't know what goes in the ???, the examples I found use custom 
objects - not sure how to handle JsObject here.


Thanks in advance.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to