module Pretty:Conversion of JSON data to indented text.sig..end
val print : ?allow_nan:bool -> ?recursive:bool -> Format.formatter -> Json_type.t -> unitFormat module
    for how to create and use formatters.
    In general, Json_io.string_of_json and 
    Json_io.save_json are more convenient.