Metadata-Version: 1.0
Name: simple-json
Version: 0.1
Summary: Simple, fast, extensible JSON encoder for Python
Home-page: http://undefined.org/python/#simple_json
Author: Bob Ippolito
Author-email: bob@redivi.com
License: MIT License
Description: 
        simple_json is a simple, fast, and extensible JSON encoder for Python.
        
        It may be subclassed to provide serialization in any kind of situation,
        without any special support by the objects to be serialized (somewhat
        like pickle).
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
