Key_value.Jsonm_descriptor
type t = Jsonm_object.t
The type describing the key-value data structure.
val string : string -> t
Produces a String
.
val boolean : bool -> t
Produces a Booelan
.
val integer : int -> t
Produces an Integer
.
val float : float -> t
Produces a Float
.
val atom : string -> t
Produces an Atom
.
val null : t
Produces a Null
value.