package jsonrpc

  1. Overview
  2. Docs

Module Jsonrpc.IdSource

Sourcetype t = [
  1. | `String of string
  2. | `Int of int
]
include Json.Jsonable.S with type t := t
Sourceval yojson_of_t : t -> Json.t
Sourceval t_of_yojson : Json.t -> t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.