package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Null
  2. | `Bool of bool
  3. | `Float of float
  4. | `String of string
  5. | `A of t list
  6. | `O of (string * t) list
]
val to_string : t -> string
val add : t -> unit
val output : unit -> unit
val set_output : (string -> unit) -> unit
val verbose : unit -> bool
OCaml

Innovation. Community. Security.