package json-data-encoding-browser

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Json_repr_browser.Json_encodingSource

Pre-instanciated Json_encoding.Make.

Sourcetype repr_value = value
Sourceval construct : ?include_default_fields:[ `Always | `Auto | `Never ] -> 't Json_encoding.encoding -> 't -> repr_value

Same as construct for a custom JSON representation.

Sourceval destruct : ?bson_relaxation:bool -> 't Json_encoding.encoding -> repr_value -> 't

Same as destruct for a custom JSON representation.

Sourceval custom : ('t -> repr_value) -> (repr_value -> 't) -> schema:Json_schema.schema -> 't Json_encoding.encoding

Same as custom for a custom JSON representation.

OCaml

Innovation. Community. Security.