geojson icon indicating copy to clipboard operation
geojson copied to clipboard

Re-expose serde_json::error::Error

Open nms-scribe opened this issue 1 year ago • 0 comments

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.

nms-scribe avatar Apr 19 '24 12:04 nms-scribe