package resto-json

  1. Overview
  2. Docs
A minimal OCaml library for type-safe HTTP/JSON RPCs

Install

Dune Dependency

Authors

Maintainers

Sources

resto-v0.10.tar.gz
md5=c2da6431298aa1cdda43fb703f8c72a4
sha512=5ad6b0c65f8d19e2605e7b743d65a968ddb2b4f0d667b76c7efb73872bae9ba8638f6a78208b90a19c323869ef5815538e145b9e98297f79ea861ca19897ac97

doc/resto-json/Resto_json/index.html

Module Resto_jsonSource

A wrapper around json-data-encoding that exposes the modules expected by Resto.

Encoding exposes the minimal part Json_encoding that allow to construct new encodings as well as pre-made encodings for values useful to Resto.

Sourcemodule type VALUE = sig ... end

A VALUE module allows the actual conversion of values between different representations. It is intended as a companion to the Encoding module above.

Sourcemodule Ezjsonm : VALUE with type t = Json_repr.Ezjsonm.value and type 'a encoding := 'a Encoding.t
Sourcemodule Bson : VALUE with type t = Json_repr_bson.bson and type 'a encoding := 'a Encoding.t
OCaml

Innovation. Community. Security.