Module Ppx_deriving_json_runtime.Of_json

val string_of_json : t -> string
val bool_of_json : t -> bool
val is_int : Js.Float.t -> bool
val int_of_json : t -> int
val float_of_json : t -> float
val unit_of_json : t -> unit
val array_of_json : (Js.Json.t -> 'a) -> t -> 'a Js.Array.t
val list_of_json : (Js.Json.t -> 'a) -> t -> 'a list
val option_of_json : (t -> 'a) -> t -> 'a option