<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>simple_json</name>
<shortdesc>Simple, fast, extensible JSON encoder/decoder for Python</shortdesc>
<description>simple_json is a simple, fast, complete, correct and extensible
JSON &lt;http://json.org&gt; encoder and decoder for Python 2.3+.  It is
pure Python code with no dependencies.

The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).

The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).</description>
<homepage rdf:resource="http://undefined.org/python/#simple_json" />
<maintainer><foaf:Person><foaf:name>Bob Ippolito</foaf:name>
<foaf:mbox_sha1sum>93f2474659db6f874f0d3e04ed0bfb3f3f3567b7</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>