...

Text file src/github.com/gabriel-vasile/mimetype/testdata/geojson.geojson

Documentation: github.com/gabriel-vasile/mimetype/testdata

     1{
     2  "type": "Feature",
     3  "geometry": {
     4    "type": "Point",
     5    "coordinates": [125.6, 10.1]
     6  },
     7  "properties": {
     8    "name": "Dinagat Islands"
     9  }
    10}

View as plain text