Data_encoding.Jsonval schema : ?definitions_path:string -> 'a encoding -> json_schemaJSON Error
type path = path_item listexception Cannot_destruct of path * exnException raised by destructors, with the location in the original JSON structure and the specific error.
val print_error :
?print_unknown:(Format.formatter -> exn -> unit) ->
Format.formatter ->
exn ->
unitval cannot_destruct : ('a, Format.formatter, unit, 'b) Pervasives.format4 -> 'aHelpers for writing encoders.
val pp : Format.formatter -> json -> unit