package ocaml-protoc-plugin

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

Module Ocaml_protoc_plugin.JsonSource

Sourcetype 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

Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.