mirror of
https://github.com/c-cube/linol.git
synced 2025-12-08 20:25:35 -05:00
2 lines
2.5 KiB
HTML
2 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (yojson.index)</title><meta charset="utf-8"/><link rel="stylesheet" href="../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.0.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">Index</a> » yojson</nav><header class="odoc-preamble"><h1 id="package-yojson"><a href="#package-yojson" class="anchor"></a>Package yojson <nav><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">changes</a> <a href="#package_info">more…</a></nav></h1><p>The Yojson library provides runtime functions for reading and writing JSON data from OCaml. The design goals of Yojson are the following:</p><ul><li>Allowing type-aware serializers/deserializers to read and write directly without going through a generic JSON tree, for efficiency purposes.</li><li>Distinguishing between ints and floats.</li><li>Providing optional extensions of the JSON syntax. These extensions include comments, arbitrary strings, optional quotes around field names, tuples and variants.</li></ul><p>See <a href="http://json.org">JSON specification</a>.</p><p>Author: Martin Jambon</p></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#entry-point">Entry point</a></li><li><a href="#package_info">Package info</a></li></ul></nav></div><div class="odoc-content"><h2 id="entry-point"><a href="#entry-point" class="anchor"></a>Entry point</h2><p>The entry point of this library is the module <a href="Yojson/index.html"><code>Yojson</code></a>.</p><h2 id="package_info"><a href="#package_info" class="anchor"></a>Package info</h2><table class="package info"><tr id="info-changes-files"><td><a href="#info-changes-files" aria-hidden="true" class="anchor"></a>changes-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">CHANGES.md</a></li></ul></td></tr><tr id="info-license-files"><td><a href="#info-license-files" aria-hidden="true" class="anchor"></a>license-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/LICENSE.md">LICENSE.md</a></li></ul></td></tr><tr id="info-readme-files"><td><a href="#info-readme-files" aria-hidden="true" class="anchor"></a>readme-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/README.md">README.md</a></li></ul></td></tr></table></div></body></html>
|