Right now I have to add serde_json as a dependency to my project just to wrap the serde_json::error::Error error returned by GeoJson::from_reader into my own error. It would be convenient if that error type were exposed in the public interface, similarly to what was done in #185.
Right now I have to add
serde_json
as a dependency to my project just to wrap theserde_json::error::Error
error returned byGeoJson::from_reader
into my own error. It would be convenient if that error type were exposed in the public interface, similarly to what was done in #185.