Key_value.DESCRIBABLE
type t
The type describing the key-value data structure.
val object_ : (string * t) list -> t
Produces an object indexed by string.
val list : t list -> t
Produces a list of t.
t
val string : string -> t
Produces a String.
String
val boolean : bool -> t
Produces a Booelan.
Booelan
val integer : int -> t
Produces an Integer.
Integer
val float : float -> t
Produces a Float.
Float
val atom : string -> t
Produces an Atom.
Atom
val null : t
Produces a Null value.
Null