package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Yojson.Safe.t
val parse : string -> (Yojson.Safe.t, string) Stdlib.result
val parse_opt : string -> Yojson.Safe.t option
val parse_exn : string -> Yojson.Safe.t
val to_string : ?buf:Stdlib.Buffer.t -> ?len:int -> ?suf:string -> ?std:bool -> Yojson.Safe.t -> string