Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Pre-instanciated Json_encoding.Make
.
type repr_value = bson
val construct : 't Json_encoding.encoding -> 't -> repr_value
Same as construct
for a custom JSON representation.
val destruct : 't Json_encoding.encoding -> repr_value -> 't
Same as destruct
for a custom JSON representation.
val custom :
('t -> repr_value) ->
(repr_value -> 't) ->
schema:Json_schema.schema ->
't Json_encoding.encoding
Same as custom
for a custom JSON representation.