package decoders

  1. Overview
  2. Docs
type value
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
val get_list : value -> value list option
val get_key_value_pairs : value -> (value * value) list option
val to_list : value list -> value