xamples.atlasmap-example-api.2.3.8.source-code.order.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlasmap-example-api Show documentation
Show all versions of atlasmap-example-api Show documentation
A small example of running AtlasMap mapping through runtime API directly
{
"order": {
"address": {
"city": "Westford",
"state": "Massachusetts",
"street": "1040 Notexisting St",
"zip": "01886"
},
"contact": {
"firstName": "Bob",
"lastName": "Totton",
"phone": "123-456-7890"
},
"orderId": "O001"
}
}