package pbrt_yojson

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

Module Pbrt_yojsonSource

Protobuf JSON encoding runtime

Sourcemodule E : sig ... end

All exception which could be raised by the generated JSON encoder and decode function

Helper module for the generated code for common functionality

Sourceval string : Yojson.Basic.t -> string -> string -> string
Sourceval float : Yojson.Basic.t -> string -> string -> float
Sourceval int32 : Yojson.Basic.t -> string -> string -> int32
Sourceval int64 : Yojson.Basic.t -> string -> string -> int64
Sourceval int : Yojson.Basic.t -> string -> string -> int
Sourceval bool : Yojson.Basic.t -> string -> string -> bool
Sourceval bytes : Yojson.Basic.t -> string -> string -> bytes
Sourceval unit : Yojson.Basic.t -> string -> string -> unit
Sourceval make_bool : bool -> Yojson.Basic.t
Sourceval make_int : int -> Yojson.Basic.t
Sourceval make_float : float -> Yojson.Basic.t
Sourceval make_string : string -> Yojson.Basic.t
Sourceval make_bytes : bytes -> Yojson.Basic.t
Sourceval make_unit : unit -> Yojson.Basic.t
Sourceval make_list : Yojson.Basic.t list -> Yojson.Basic.t
OCaml

Innovation. Community. Security.