You can search for identifiers within the package.
in-package search v0.2.0
jsonrpc
Message.Structured
type t = [
| `Assoc of (string * Json.t) list
| `List of Json.t list
]
val of_json : Json.t -> t
val to_json : t -> Json.t