Convert GEOSwift.JSON to struct in Swift
I have a GEOSwift feature like this: { "type" : "Feature", "geometry" : { "type" : "Point", "coordinates" : [ -xx.xxxxxxxxxxxxxxx, xx.xxxxxxxxxxxxxxx ] }, "properties" : { "mapLayer" : "MyMapLayer", "data" : { "id" : 42, "sizeClass" : "Large", //…