NewProfile.MiniJson
type t = [
| `Intlit of string
| `String of string
| `Assoc of (string * t) list
| `List of t list
]
Subtype of Yojson.Safe.t
val pr : Stdlib.Format.formatter -> t -> unit