Decode.Decodeable
Signature of things that can be decoded.
val pp : Stdlib.Format.formatter -> value -> unit
val of_string : string -> ( value, string ) Util.My_result.t
val of_file : string -> ( value, string ) Util.My_result.t
val get_string : value -> string option
val get_int : value -> int option
val get_float : value -> float option
val get_bool : value -> bool option
val get_null : value -> unit option