{ "type": "FeatureCollection", "name": "points", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "a": "a", "b": "b", "c": "c", "d": "d", "nested": { "q": "1", "r": "2" }, "nestedstring": "{\"q\":\"1\",\"r\":\"2\"}" }, "geometry": { "type": "Point", "coordinates": [ 6.65493, 28.690141 ] } }, { "type": "Feature", "properties": { "a": "e", "b": "f", "c": "g", "d": "h", "nested": { "q": "1", "r": "2" }, "nestedstring": "{\"q\":\"1\",\"r\":\"2\"}" }, "geometry": { "type": "Point", "coordinates": [ 3.105634, 14.640845 ] } }, { "type": "Feature", "properties": { "a": "1", "b": "2", "c": "3", "d": "4", "nested": { "q": "1", "r": "2" }, "nestedstring": "{\"q\":\"1\",\"r\":\"2\"}" }, "geometry": { "type": "Point", "coordinates": [ 25.584507, 27.47007 ] } } ] }