#557 - Update "JSON" to "Jackson" in reference docs.

Related tickets: #554.
This commit is contained in:
Greg Turnquist
2017-03-20 12:10:23 -05:00
committed by Oliver Gierke
parent fe8c3c476d
commit 496c473766

View File

@@ -18,9 +18,9 @@ toc::[]
== Fundmentals
[[fundamentals.jaxb-json]]
=== JAXB / JSON integration
=== Jackson / JAXB integration
As representations for REST web services are usually rendered in either XML or JSON the natural choice of technology to achieve this is either JAXB, JSON or both in combination. To follow HATEOAS principles you need to incorporate links into those representation. Spring HATEOAS provides a set of useful types to ease working with those.
As representations for REST web services are usually rendered in either XML or JSON the natural choice of technology to achieve this is either Jackson, JAXB, or both in combination. To follow HATEOAS principles you need to incorporate links into those representation. Spring HATEOAS provides a set of useful types to ease working with those.
[[fundamentals.links]]
=== Links