All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.order.json Maven / Gradle / Ivy

Go to download

An example for mapping from multiple source documents with using camel-atlasmap component running from Camel main

There is a newer version: 2.5.2
Show newest version
{
  "Order": {
    "orderItems": [
      {
        "itemId": "BUTTER",
        "quantity": 3
      },
      {
        "itemId": "APPLE",
        "quantity": 10
      }
    ],
    "orderId": "O001"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy