Akka HTTP & JSON: Integrating Spray, Circe and Jackson with Akka HTTP, with Scala | Rock the JVM

Описание к видео Akka HTTP & JSON: Integrating Spray, Circe and Jackson with Akka HTTP, with Scala | Rock the JVM

Written version: https://blog.rockthejvm.com/akka-http...
(also contains the library definitions you need to add to your build.sbt)

Links from the video:
Akka HTTP: https://doc.akka.io/docs/akka-http/cu...
Circe: https://github.com/circe/circe
Jackson: https://github.com/FasterXML/jackson
Repo for non-standard JSON libraries ported to Akka HTTP: https://github.com/hseeberger/akka-ht...

This video is for Scala programmers who know the basics of Akka HTTP and who need to convert their data structures to and from JSON - so that's probably everyone.

In this tutorial I'll show you how to add 3 JSON manipulation libraries for Scala into an Akka HTTP server which exposes a POST endpoint, reads JSON request payloads and returns a JSON response.

Follow Rock the JVM on:
LinkedIn:   / rockthejvm  
Twitter:   / rockthejvm  
Blog: https://rockthejvm.com/blog

-------------------------------------------------------------------------
Home: https://rockthejvm.com
Akka HTTP in depth: https://rockthejvm.com/p/akka-http
-------------------------------------------------------------------------

Комментарии

Информация по комментариям в разработке