Json_encoding.MakeSourcemodule Repr : Json_repr.Reprval construct :
?include_default_fields:[ `Always | `Auto | `Never ] ->
't encoding ->
't ->
repr_valueSame as construct for a custom JSON representation.
Same as destruct for a custom JSON representation.
val custom :
('t -> repr_value) ->
(repr_value -> 't) ->
schema:Json_schema.schema ->
't encodingSame as custom for a custom JSON representation.