package jsonrpc

  1. Overview
  2. Docs

doc/jsonrpc/Jsonrpc/Structured/index.html

Module Jsonrpc.StructuredSource

Sourcetype t = [
  1. | `Assoc of (string * Json.t) list
  2. | `List of Json.t list
]
include Json.Jsonable.S with type t := t
Sourceval yojson_of_t : t -> Json.t
Sourceval t_of_yojson : Json.t -> t
OCaml

Innovation. Community. Security.