Sourcetype t = | Object of (string * t) list| Array of t list| String of string| Int of int| Float of float| Bool of bool| Null
Sourceval json_of_string : string -> t Sourceval string_of_json :
?compact:'a ->
?recursive:'b ->
?allow_nan:'c ->
t ->
string