package geojson

  1. Overview
  2. Docs

Module GeojsonSource

Sourcemodule type S = sig ... end

Types for GeoJSON texts and objects

Sourcemodule type Json = sig ... end

Types for the JSON parser

Sourcemodule Make (J : Json) : S with type json = J.t

A functor that takes a JSON parsing implementation and returns a GeoJSON parser and constructor.

OCaml

Innovation. Community. Security.