package json-wheel

  1. Overview
  2. Docs
val null : t
val bool : bool -> t
val int : int -> t
val float : float -> t
val string : string -> t
val objekt : (string * t) list -> t
val array : t list -> t
val list : ('a -> t) -> 'a list -> t
val option : t option -> t
val optional : ('a -> t) -> 'a option -> t