Module type Deriving_Json.Json

module type Json = sig .. end
The signature of the JSON class.

type a 
val t : a Deriving_Json.t
val write : Buffer.t -> a -> unit
val read : Deriving_Json_lexer.lexbuf -> a
val to_string : a -> string
val from_string : string -> a