WilliamChen-luckbob commented on issue #4696: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4696#issuecomment-773940061
By throwing : com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token There is no way to input complex JSON string which has more than 1 nested level Jackson will try directly to deserialize all the structure. I think that here shold be Map<String,Object> or provide a way which can let us to input JSON string  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
