# GeoJSON **Repository Path**: bromine0x23/geojson ## Basic Information - **Project Name**: GeoJSON - **Description**: GeoJson 处理库 - **Primary Language**: Java - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-09-17 - **Last Updated**: 2023-09-12 ## Categories & Tags **Categories**: json-tools **Tags**: None ## README # [GeoJSON](https://github.com/bromine0x23/geojson) 当前版本:`0.0.1` GeoJSON 处理库,支持Jackson序列化 ## 使用 ```java FeatureCollection featureCollection = new ObjectMapper().readValue(inputStream, FeatureCollection.class); ``` ## 参考 * [RFC 7947](https://tools.ietf.org/html/rfc7946)