package reddit_api_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include S
type t
val of_json : Json.t -> t
val to_json : t -> Json.t
val get_field : t -> string -> Json.t option
val get_field_exn : t -> string -> Json.t
val field_map : t -> Json.t Core_kernel.String.Map.t