package jsonrpc

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