package goblint

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

Module JsonSchema.JE

type repr_value = Json_repr.Yojson.value
val construct : ?include_default_fields:[ `Always | `Auto | `Never ] -> 't Json_encoding.encoding -> 't -> repr_value
val destruct : ?bson_relaxation:bool -> 't Json_encoding.encoding -> repr_value -> 't
val custom : ('t -> repr_value) -> (repr_value -> 't) -> schema:Json_schema.schema -> 't Json_encoding.encoding