package ocaml-protoc-yojson

  1. Overview
  2. Docs
JSON Runtime based on Yojson library for `ocaml-protoc` generated code

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.1.tar.gz
sha256=2a3830fe5c07981246a4b608ec68396e360d5b1bf849246ad1ba5ac797ebf79f
md5=e9a6d639022cd201bdcf2bc6a6ede835

doc/ocaml-protoc-yojson/Pbrt_yojson/index.html

Module Pbrt_yojson

module E : sig ... end
val int32 : [> `Float of float | `Int of int | `Null | `String of string ] -> string -> string -> int32
val float : [> `Float of float | `Int of int | `Null | `String of string ] -> string -> string -> float
val int64 : [> `Float of float | `Int of int | `Null | `String of string ] -> string -> string -> int64
val int : [> `Float of float | `Int of int | `Null | `String of string ] -> string -> string -> int
val string : [> `Null | `String of string ] -> string -> string -> string
val bool : [> `Bool of bool | `Null ] -> string -> string -> bool
val bytes : 'a -> string -> string -> 'b
val make_bool : 'a -> [> `Bool of 'a ]
val make_int : 'a -> [> `Int of 'a ]
val make_float : 'a -> [> `Float of 'a ]
val make_string : 'a -> [> `String of 'a ]
val make_list : 'a -> [> `List of 'a ]
OCaml

Innovation. Community. Security.