tidwall / geojson

GeoJSON for Go. Used by Tile38
MIT License
130 stars 28 forks source link

Add MarshalJSON to geojson.Object #7

Closed kruftmeister closed 5 years ago

kruftmeister commented 5 years ago

It would be really great to make geojson.Object Marshaler again. :) We're using it (since the package was part of tile38) as a field of other types, which we often need to marshal to JSON. We now moved from tile38/geojson to the standalone one and took me a while to find out that geojson.Object is no longer a Marshaler.

tidwall commented 5 years ago

Thanks for PR. I just merged it moments ago!