Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4fccfe23f6486142b4197d1daac0cf21 > files > 143

Falcon-doc-0.9.6.6-2.fc15.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Falcon Feathers - The Standard Modules Reference.</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./modules.html"><span>Modules</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./enum.html"><span>Enumerations</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Module json </h1>
<p class="faldoc_brief">JavaScript Object Notation interface. </p>

   <p class="faldoc_text"><p class="faldoc_text"> This module exposes functions to dump and load variables encoded in JSON format. See <a href="http">://json.org</a> for more details. </p>
<p class="faldoc_text">The module is meant to be included in a namespace (for example, json); it's not advisable to load it via load. Instead, use the import directive as in the following example: </p>
<pre class="faldoc_code">
   import from json
   &gt; json.JSONencode( ["a", 1, 1.2] )
</pre>
</p>
   





   <h2 class="faldoc_title">Classes</h2>
   
   <table class="faldoc_list">
   
   <tr><td class="faldoc_funcname"><a href="./class_JSONError.html">JSONError</a></td><td class="faldoc_funcbrief">Error generated after error conditions on JSON operations. </td></tr>
   
   </table>

   <h2 class="faldoc_title">All functions</h2>
   
   <table class="faldoc_list">
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#JSONdecode">JSONdecode</a></td><td class="faldoc_funcbrief">Decode an item stored in JSON format. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#JSONencode">JSONencode</a></td><td class="faldoc_funcbrief">Encode an item in JSON format. </td></tr>
   
   </table>

<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./modules.html">Modules</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./enum.html">Enumerations</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>