Warning: Reason support is experimental.
We are looking for beta-tester and contributors.
module Json_nativeint : Jsonwith type a = nativeint
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