package jsonrpc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Assoc of (string * Yojson.Safe.t) list
  2. | `List of Yojson.Safe.t list
]
val of_json : Yojson.Safe.t -> t
val to_json : t -> Yojson.Safe.t