package ocaml-protoc-yojson

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type json = Yojson.Basic.json
module type Encoder_sig = Pbrt_json.Encoder_sig with type t = (string * json) list ref
module Encoder : sig ... end
module type Decoder_sig = Pbrt_json.Decoder_sig with type t = (string * json) list ref
module Decoder : sig ... end