1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD><META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
<TITLE>Index of simplejson module</TITLE>
<LINK HREF="layout.css" TYPE="text/css" REL="stylesheet">
</HEAD>
<BODY>
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title">
<A HREF="index.html" REL="index">simplejson 1.3</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
</SPAN>
<BR>
<A HREF="module-simplejson.html" TITLE="simplejson reference">
simplejson
</A>
<A HREF="module-simplejson.html">details</A>
<A HREF="module-simplejson-index.html">
tree
</A>
</DIV>
</DIV>
<DIV ID="main-content">
<H1>Index of the <TT>simplejson</TT> module</H1>
<UL CLASS="pudge-module-index">
<LI CLASS="module">
<SPAN CLASS="prefix">m</SPAN>
<A HREF="module-simplejson.html">
<TT>simplejson</TT>
</A>
<A HREF="simplejson/__init__.py.html">...</A>
<SMALL>
- <SPAN CLASS="rst">A simple, fast, extensible JSON encoder and decoder</SPAN>
</SMALL>
<UL>
<LI CLASS="routine">
<SPAN CLASS="prefix">f</SPAN>
<A HREF="module-simplejson.html#load">
<TT>load</TT>
</A>
<A HREF="simplejson/__init__.py.html?f=153&l=178#153">...</A>
<SMALL>
- <SPAN CLASS="rst">Deserialize <TT CLASS="docutils literal"><SPAN CLASS="pre">fp</SPAN></TT> (a <TT CLASS="docutils literal"><SPAN CLASS="pre">.read()</SPAN></TT>-supporting file-like object containing
a JSON document) to a Python object.</SPAN>
</SMALL>
</LI>
<LI CLASS="routine">
<SPAN CLASS="prefix">f</SPAN>
<A HREF="module-simplejson.html#dump">
<TT>dump</TT>
</A>
<A HREF="simplejson/__init__.py.html?f=83&l=121#83">...</A>
<SMALL>
- <SPAN CLASS="rst">Serialize <TT CLASS="docutils literal"><SPAN CLASS="pre">obj</SPAN></TT> as a JSON formatted stream to <TT CLASS="docutils literal"><SPAN CLASS="pre">fp</SPAN></TT> (a
<TT CLASS="docutils literal"><SPAN CLASS="pre">.write()</SPAN></TT>-supporting file-like object).</SPAN>
</SMALL>
</LI>
<LI CLASS="routine">
<SPAN CLASS="prefix">f</SPAN>
<A HREF="module-simplejson.html#dumps">
<TT>dumps</TT>
</A>
<A HREF="simplejson/__init__.py.html?f=122&l=152#122">...</A>
<SMALL>
- <SPAN CLASS="rst">Serialize <TT CLASS="docutils literal"><SPAN CLASS="pre">obj</SPAN></TT> to a JSON formatted <TT CLASS="docutils literal"><SPAN CLASS="pre">str</SPAN></TT>.</SPAN>
</SMALL>
</LI>
<LI CLASS="routine">
<SPAN CLASS="prefix">f</SPAN>
<A HREF="module-simplejson.html#loads">
<TT>loads</TT>
</A>
<A HREF="simplejson/__init__.py.html?f=179&l=202#179">...</A>
<SMALL>
- <SPAN CLASS="rst">Deserialize <TT CLASS="docutils literal"><SPAN CLASS="pre">s</SPAN></TT> (a <TT CLASS="docutils literal"><SPAN CLASS="pre">str</SPAN></TT> or <TT CLASS="docutils literal"><SPAN CLASS="pre">unicode</SPAN></TT> instance containing a JSON
document) to a Python object.</SPAN>
</SMALL>
</LI>
</UL>
</LI>
</UL>
</DIV>
<DIV ID="footer">
<P ID="pudge">
Built with
<A HREF="http://lesscode.org/projects/pudge/">
Pudge/0.1.1</A>
</P>
</DIV>
</DIV>
</BODY>
</HTML>
|