JSON
JSON is a Data Format to marshal and unmarshal Java objects to and from JSON.
For JSON to object marshalling, Camel provides integration with many popular JSON libraries such as:
-
Jackson
-
Google GSon
-
Johnzon
How to use JSON with Camel then see the documentation (for the JSON data library of choice) in the list of Data Formats.