aboutsummaryrefslogtreecommitdiff
path: root/docs/json.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-10-17 17:28:50 +0200
committeradamw <adam@warski.org>2017-10-17 17:28:50 +0200
commit6e109a964383bfe5e2be04f65fa7cc1356a97cbe (patch)
tree7764ff94d72e0ffbf1e593fb8c5886562dc57f33 /docs/json.rst
parent06bd5c95d04dd57e1b6c2572b94336b8fdb68bfa (diff)
downloadsttp-6e109a964383bfe5e2be04f65fa7cc1356a97cbe.tar.gz
sttp-6e109a964383bfe5e2be04f65fa7cc1356a97cbe.tar.bz2
sttp-6e109a964383bfe5e2be04f65fa7cc1356a97cbe.zip
More docs
Diffstat (limited to 'docs/json.rst')
-rw-r--r--docs/json.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/json.rst b/docs/json.rst
index 28cee81..086fa60 100644
--- a/docs/json.rst
+++ b/docs/json.rst
@@ -1,3 +1,5 @@
+.. _json:
+
JSON
====
@@ -8,7 +10,7 @@ add the following dependency to your project::
"com.softwaremill.sttp" %% "circe" % "0.0.20"
This module adds a method to the request and a function that can be given to
-a request to decode the response to a specific object.
+a request to decode the response to a specific object::
import com.softwaremill.sttp._
import com.softwaremill.sttp.circe._