Module type Deriving_Json.Json

The signature of the JSON class.

type a
val t : a t
val write : Stdlib.Buffer.t -> a -> unit
val to_string : a -> string
val from_string : string -> a