We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ef56be + 3271ee3 commit fd12796Copy full SHA for fd12796
docs/asciidoc/modules/gson.adoc
@@ -52,8 +52,8 @@ import io.jooby.json.GsonModule
52
----
53
54
<1> Install Gson
55
-<2> Use Jackson to encode arbitrary object as JSON
56
-<3> Use Jackson to decode JSON to Java object. Client must specify the `Content-Type: application/json` header
+<2> Use Gson to encode arbitrary object as JSON
+<3> Use Gson to decode JSON to Java object. Client must specify the `Content-Type: application/json` header
57
58
=== Working with Gson
59
0 commit comments