Wrap serde_json::de::StreamDeserializer
#5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently we re-export
serde_json::de::StreamDeserializer
but its methods do not returnserde_json_path_to_error::Error
.We should wrap the type to make its method return the correct error type, using
serde_path_to_error
internally.The text was updated successfully, but these errors were encountered: