package of_json

  1. Overview
  2. Docs

Module Of_json.JsonSource

include Core.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Stringable.S with type t := t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval typeof : t -> string
Sourceval as_assoc : t -> (string, t) Core.List.Assoc.t
Sourceval as_number : t -> string
Sourceval as_int : t -> int
Sourceval as_float : t -> float
Sourceval as_string : t -> string
Sourceval as_bool : t -> bool
Sourceval as_list : t -> t list
Sourceval as_option : t -> t option
Sourceval keys : t -> string list
Sourceval member : string -> t -> t option