module Variant: sig .. end
sig
end
type t =
|
Null
String of string
string
Int of int
int
Float of float
float
Bool of bool
bool
Array of t list
t list
Hash of (string * t) list
(string * t) list