Module type Deriving_Json.Json_min

module type Json_min = sig .. end

type a 
val write : Buffer.t -> a -> unit
val read : Deriving_Json_lexer.lexbuf -> a