geojson
geojson copied to clipboard
Re-expose serde_json::error::Error
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.