You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,7 @@ Most of the time when consuming RESTful services you probably want to map the re
354
354
355
355
For this you need to provide the Unirest configuration with a implementation of ```ObjectMapper``` (see [Object Mappers](#object-mappers) for details.).
356
356
357
-
If the response is JSON you are in luck and Unirest comes with a basic ```JsonObjectMapper```basic on Google GSON
357
+
If the response is JSON you are in luck and Unirest comes with a basic ```JsonObjectMapper```based on Google GSON.
358
358
359
359
Before an `asObject(Class)` it is necessary to provide a custom implementation of the `ObjectMapper` interface (if you do not wish to use the default mapper). This should be done only the first time, as the instance of the ObjectMapper will be shared globally.
0 commit comments