Skip to content

Commit fd12796

Browse files
authored
Merge pull request jooby-project#2365 from froque/gson_documentation_fix
Fix Gson documentation to use Gson instead of Jackson
2 parents 9ef56be + 3271ee3 commit fd12796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/asciidoc/modules/gson.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ import io.jooby.json.GsonModule
5252
----
5353

5454
<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
55+
<2> Use Gson to encode arbitrary object as JSON
56+
<3> Use Gson to decode JSON to Java object. Client must specify the `Content-Type: application/json` header
5757

5858
=== Working with Gson
5959

0 commit comments

Comments
 (0)