//! This module provides functionality for parsing and reading GeoJSON data.
//!
//! Together, these modules form the GeoJSON interface of the `versatiles_geometry` crate,
//! used for converting GeoJSON inputs into the crate’s geometry types such as [`crate::geo::GeoCollection`], [`crate::geo::GeoFeature`], [`crate::geo::Geometry`], and others.
pub use *;
pub use *;