agrobot_base/Exemplos/Aspose.GIS-for-.NET-master/Examples/Data/input.json

5 lines
330 B
JSON
Raw Normal View History

2023-12-06 13:04:54 +00:00
{"type":"FeatureCollection","features":[
{"type":"Feature","geometry":{"type":"Point","coordinates":[33.97,-118.25]},"properties":{"name":"John","age":23,"dob":"1982-02-05T16:30:00"}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[35.81,-96.28]},"properties":{"name":"Mary","age":54,"dob":"1984-12-15T15:30:00"}}
]}