Hi all,

camel-xmljson is deprecated and even it's documentation has recently been
removed from the Camel website.

Is there another DataFormatter that can perform xml->json without an xsd
file or annotated pojos?

The issue https://issues.apache.org/jira/browse/CAMEL-12995 says that it
can replaced by "combinations of two components", but which two components?

I could do this manually in Jackson writing a bean method to transform the
xml to an ObjectNode and then back to json, but is there a more idiomatic
way to do this?

Thank you all,
Keith

Reply via email to