I have an incoming route that will be processing a bunch of different JSON message types, does the Camel Data Format subsystem support a way to determine which type a JSON message is and then unmarshal the incoming string to the proper object?
- handle multiple JSON formats in same route Mark
