Tagged in

Github

Knoldus - Technical Insights
Knoldus - Technical Insights
Knols, Insights and Opinions from the curious minds at Knoldus Inc.
More information
Followers
211
Elsewhere
More, on Medium

Akka http with json4s

Akka Http uses the spray-json library for JSON support. But a few days back while working on a project which was using the json4s library for marshalling/unmarshalling, I got stuck during parsing of JSON request and extracting that parsed values into my target Scala data model.