Decode.Value
type t =
| Null
| True
| False
| Int of int64
| Float of float
| String of Imandrakit_bytes.Byte_slice.t
| Blob of Imandrakit_bytes.Byte_slice.t
| Pointer of int
| Array of array_cursor
| Dict of dict_cursor
| Tag of int * int
| Cstor0 of cstor_index
| CstorN of cstor_index * array_cursor
A value
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string