package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Json represents any valid Json value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.

type t
val to_yojson : t -> Yojson.Safe.t
val make : raw:string -> unit -> t
val raw : t -> string
module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.