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