Conversion of JSON data to compact text, optimized for speed.
val print : ?allow_nan:bool -> ?recursive:bool -> Buffer.t -> Json_type.t -> unit
This function is faster than the one provided by the
Json_io.Compact submodule but it is less generic and is subject to
the 16MB size limit of strings on 32-bit architectures.