package ocaml-protoc-yojson

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = (string * json) list ref
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