Module Geojson

module type S = sig ... end

Types for Geojson texts and objects

module Make (J : sig ... end) : S with type json = J.t

A functor that takes a Json parsing implementation and returns a GeoJson parser and constructor.