File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ There are several different ways of generating a JSON document:
16
16
equivalent
17
17
18
18
* Using a third party library to serialize your beans such as
19
- http ://wiki.fasterxml. com/JacksonHome [Jackson]
19
+ https ://github. com/FasterXML/jackson [Jackson]
20
20
21
21
* Using built-in helpers XContentFactory.jsonBuilder()
22
22
@@ -60,7 +60,7 @@ json.put("message","trying out Elasticsearch");
60
60
[[java-docs-index-generate-beans]]
61
61
===== Serialize your beans
62
62
63
- You can use http ://wiki.fasterxml. com/JacksonHome [Jackson] to serialize
63
+ You can use https ://github. com/FasterXML/jackson [Jackson] to serialize
64
64
your beans to JSON. Please add http://search.maven.org/#search%7Cga%7C1%7Cjackson-databind[Jackson Databind]
65
65
to your project. Then you can use `ObjectMapper` to serialize your beans:
66
66
You can’t perform that action at this time.
0 commit comments