package jsonxt

  1. Overview
  2. Docs

Module Jsonxt.Basic_monadSource

Basic_monad supports parsing and writing JSON data that conforms to the Json.Basic.json json type using reader and writer funtions that implement the IO monad. Support for integers, which are not part of the JSON standard, is included

Sourcemodule type IO = sig ... end
Sourcemodule Make (IO : IO) : sig ... end

The Make functor is used to create a module with reader and writer functions using the IO monad.

OCaml

Innovation. Community. Security.