Commit Graph
1 Commits
Author SHA1 Message Date
Hong Minhee (洪 民憙)andLee Dogeon 7476dd08cb Show the errored path on JsonDataError (#1371)
Previously, it was difficult to find out the path in the deep JSON tree at
which a deserialization error occurred.  This patch makes an error message
to contain the errored path.  In order to find out the path,
I added serde_path_to_error, a new optional dependency.

Co-authored-by: Lee Dogeon <[email protected]>

Co-authored-by: Lee Dogeon <[email protected]>
2022-09-13 17:52:16 +02:00