Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > e8d409c36d8baaba6fb3fc12f433f4ea > files > 18

ocaml-json-wheel-devel-1.0.6-3.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Json_io.Compact.html">
<link rel="next" href="Json_io.Pretty.html">
<link rel="Up" href="Json_io.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Json_type" rel="Chapter" href="Json_type.html">
<link title="Json_io" rel="Chapter" href="Json_io.html">
<link title="Json_compat" rel="Chapter" href="Json_compat.html"><title>Json_io.Fast</title>
</head>
<body>
<div class="navbar"><a href="Json_io.Compact.html">Previous</a>
&nbsp;<a href="Json_io.html">Up</a>
&nbsp;<a href="Json_io.Pretty.html">Next</a>
</div>
<center><h1>Module <a href="type_Json_io.Fast.html">Json_io.Fast</a></h1></center>
<br>
<pre><span class="keyword">module</span> Fast: <code class="code">sig</code> <a href="Json_io.Fast.html">..</a> <code class="code">end</code></pre>Conversion of JSON data to compact text, optimized for speed.<br>
<hr width="100%">
<pre><span class="keyword">val</span> <a name="VALprint"></a>print : <code class="type">?allow_nan:bool -> ?recursive:bool -> Buffer.t -> <a href="Json_type.html#TYPEt">Json_type.t</a> -> unit</code></pre><div class="info">
This function is faster than the one provided by the
    <a href="Json_io.Compact.html"><code class="code">Json_io.Compact</code></a> submodule but it is less generic and is subject to
    the 16MB size limit of strings on 32-bit architectures.<br>
</div>
</body></html>