package json-wheel

  1. Overview
  2. Docs
val json_of_string : ?allow_comments:bool -> ?allow_nan:bool -> ?big_int_mode:bool -> ?recursive:bool -> string -> Json_type.t
val load_json : ?allow_comments:bool -> ?allow_nan:bool -> ?big_int_mode:bool -> ?recursive:bool -> string -> Json_type.t
module Compact : sig ... end
module Fast : sig ... end
module Pretty : sig ... end
val string_of_json : ?allow_nan:bool -> ?compact:bool -> ?recursive:bool -> Json_type.t -> string
val save_json : ?allow_nan:bool -> ?compact:bool -> ?recursive:bool -> string -> Json_type.t -> unit