package reddit_api_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Json_object_intf.S_with_fieldsSource

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