Module Json_compat


module Json_compat: sig .. end
Pseudo-compatibility with other JSON implementation. Do not use this module in new programs.

type jsontype = Json_type.t 
val serialize : Json_type.t -> string
Deprecated.Use Json_io.string_of_json instead.
val deserialize : string -> Json_type.t
Deprecated.Use Json_io.json_of_string instead.