JSON to JSON transformation #1050
Answered
by
mgubaidullin
VelSankar-DT
asked this question in
Q&A
-
How to do Json to Json transformation in apache camel karavan? |
Beta Was this translation helpful? Give feedback.
Answered by
mgubaidullin
Jan 8, 2024
Replies: 1 comment 1 reply
-
I use this one:
Another option: https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VelSankar-DT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this one:
Unmarshall
to convert JSON to ObjectsetBody
and Groovy ExpressionMarshall
to convert Object to JSONAnother option: https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform