Value.Util
val null : t
val bool : bool -> t
val bytes : bytes -> t
val int : int64 -> t
val map : (Stdlib.String.t * t) list -> t
val text : string -> t
val pp_conv_error :
Ppx_deriving_runtime.Format.formatter ->
conv_error ->
Ppx_deriving_runtime.unit
val show_conv_error : conv_error -> Ppx_deriving_runtime.string
exception Conv_error of conv_error
val conv_error : conv_error -> 'a
val try_with : (unit -> 'a) -> ('a, conv_error) result
type 'a conv = t -> 'a
val to_bool : bool conv
val to_bytes : bytes conv
val to_int : int64 conv
val to_null : unit conv
val to_text : string conv
val get_type_key_exn : string conv
Access the "$type" key