Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSON is a Data Format to marshal and unmarshal Java objects to and from JSON.

Camel supports the following libraries:
For JSON to object marshalling, Camel provides integration with three popular JSON libraries:

As of Camel 2.10, Camel supports direct, bi-directional JSON <=> XML conversions via the camel-xmljson data format, which is documented separately.

By default Camel uses the XStream library.

...