=doc #16812 link community extension to HTTP for other (JSON) marshallers

This commit is contained in:
Johannes Rudolph 2015-07-21 14:08:14 +02:00
parent 4aca56b034
commit 62a43d27bb
3 changed files with 21 additions and 5 deletions

View file

@ -8,6 +8,10 @@ XML or even binary encodings.
For JSON Akka HTTP currently provides support for `spray-json`_ right out of the box through it's
``akka-http-spray-json`` module.
Other JSON libraries are supported by the community.
See `the list of current community extensions for Akka HTTP`_.
.. _`the list of current community extensions for Akka HTTP`: http://akka.io/community/#extensions-to-akka-http
spray-json Support
------------------
@ -29,4 +33,4 @@ Once you have done this (un)marshalling between JSON and your type ``T`` should
.. _spray-json: https://github.com/spray/spray-json
.. _SprayJsonSupport: @github@/akka-http-marshallers-scala/akka-http-spray-json/src/main/scala/akka/http/scaladsl/marshallers/sprayjson/SprayJsonSupport.scala
.. _SprayJsonSupport: @github@/akka-http-marshallers-scala/akka-http-spray-json/src/main/scala/akka/http/scaladsl/marshallers/sprayjson/SprayJsonSupport.scala