这是用户在 2024-3-28 22:08 为 https://camel.apache.org/manual/json.html 保存的双语快照页面,由 沉浸式翻译 提供双语支持。了解如何保存?

JSON

JSON is a Data Format to marshal and unmarshal Java objects to and from JSON.
JSON 是一种数据格式,用于将 Java 对象编组和解组为 JSON。

For JSON to object marshalling, Camel provides integration with many popular JSON libraries such as:
对于 JSON 到对象的编组,Camel 提供与许多流行的 JSON 库的集成,例如:

  • Jackson 杰克逊

  • Google GSon 谷歌 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.
如何在 Camel 中使用 JSon,请参阅数据格式列表中所选的 JSon 数据库的文档。