Wrap serde_json::value::Serializer
#3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently we re-export
serde_json::value::Serializer
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: