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
   
![image](https://user-images.githubusercontent.com/58684828/107020389-c7a75e00-67dd-11eb-9915-2910230ca52a.png)
   


----------------------------------------------------------------
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]


Reply via email to