Metadata-Version: 1.0
Name: jsonlib
Version: 1.3.0
Summary: JSON serializer/deserializer for Python
Home-page: https://launchpad.net/jsonlib
Author: John Millikin
Author-email: jmillikin@gmail.com
License: MIT
Download-URL: http://cheeseshop.python.org/pypi/jsonlib/1.3.0
Description: JSON (http://json.org/) is a lightweight data-interchange format. It
        is often used for exchanging data between a web server and user agent.
        
        This module aims to produce a library for serializing and deserializing
        JSON that conforms strictly to RFC 4627. It aims to accept all JSON
        that is valid, and reject any that is invalid. Though fast, speed is
        a secondary concern to correctness.
        
Keywords: json
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
