module Json_compat: sig .. end
sig
end
type jsontype = Json_type.t
Json_type.t
val serialize : Json_type.t -> string
Json_type.t -> string
Json_io.string_of_json
val deserialize : string -> Json_type.t
string -> Json_type.t
Json_io.json_of_string