aboutsummaryrefslogtreecommitdiff
path: root/docs/json.rst
diff options
context:
space:
mode:
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._