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