GeoJSONi
GeoJSON is an open standard format designed for encoding a variety of geographic data structures. It is based on JavaScript Object Notation (JSON), a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. GeoJSON is widely used in web mapping applications and geographic information systems (GIS) due to its simplicity and compatibility with web technologies.
The GeoJSON format supports several types of geometric objects, including Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon,
GeoJSON also supports the representation of non-geometric data, such as properties associated with geometric objects. These
GeoJSON is designed to be simple and flexible, allowing for the representation of complex geographic data structures