package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t = [
  1. | `Null
  2. | `Bool of bool
  3. | `Int of int
  4. | `Float of float
  5. | `String of string
  6. | `Assoc of (string * t) list
  7. | `List of t list
]

Json type. This is identical to Yojson.Basic.t

val to_string : t -> string
OCaml

Innovation. Community. Security.