package yocaml

  1. Overview
  2. Docs

Module Key_value.Jsonm_descriptorSource

Types

The type describing the key-value data structure.

Constructors

Sourceval object_ : (string * t) list -> t

Produces an object indexed by string.

Sourceval list : t list -> t

Produces a list of t.

Sourceval string : string -> t

Produces a String.

Sourceval boolean : bool -> t

Produces a Booelan.

Sourceval integer : int -> t

Produces an Integer.

Sourceval float : float -> t

Produces a Float.

Sourceval atom : string -> t

Produces an Atom.

Sourceval null : t

Produces a Null value.

OCaml

Innovation. Community. Security.