Understanding EclipseLink, 2.5
  Go To Table Of Contents
 Search
 PDF

Object-JSON Mapping Concepts

EclipseLink MOXy supports the ability to convert objects to and from JSON (JavaScript Object Notation). This feature is useful when creating RESTful services; JAX-RS services can accept both XML and JSON messages.

EclipseLink supports all MOXy object-to-XML options when reading and writing JSON, including:

EclipseLink provides the following support for mapping JSON documents:

For more information on EclipseLink support for JSON documents, see "Using JSON Documents" in Developing JAXB Applications Using EclipseLink MOXy