Is there a way to debug serde error

I am receiving some weird json from some place and serde is just giving me an obscure error is there any way to see a more verbose error message from serde

I don't think there's anything in serde itself, but you can try using serde_path_to_error to get a more helpful error.

thanks

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.