package ocaml-protoc

  1. Overview
  2. Docs
type t
type value =
  1. | String of string
  2. | Float of float
  3. | Int of int
  4. | Object of t
  5. | Array_as_array of value array
  6. | Bool of bool
  7. | Null
val key : t -> (string * value) option