| File lib/ocaml/pkg-lib/json-wheel/json_io.cmi_pretty | GODI Package godi-json-wheel |
| Library json-wheel |
| json_io.cmi_pretty | json_io.mli | Sources |
val json_of_string : ?allow_comments:bool -> ?big_int_mode:bool -> string -> Json_type.t val load_json : ?allow_comments:bool -> ?big_int_mode:bool -> string -> Json_type.t module Compact : sig val print : Format.formatter -> Json_type.t -> unit end module Pretty : sig val print : Format.formatter -> Json_type.t -> unit end val string_of_json : ?compact:bool -> Json_type.t -> string val save_json : ?compact:bool -> string -> Json_type.t -> unit