Metadata-Version: 1.0
Name: demjson
Version: 1.4
Summary: encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627
Home-page: http://deron.meranda.us/python/demjson/
Author: Deron Meranda
Author-email: deron.meranda@gmail.com
License: GNU LGPL 3.0
Download-URL: http://deron.meranda.us/python/demjson/dist/demjson-1.4.tar.gz
Description: This module provides classes and functions for encoding or decoding data
        represented in the language-neutral JSON format (which is often used as a
        simpler substitute for XML in Ajax web applications).  This implementation tries
        to be as compliant to the JSON specification (RFC 4627) as possible, while
        still providing many optional extensions to allow less restrictive JavaScript
        syntax.  It includes complete Unicode support, including UTF-32, BOM, and
        surrogate pair processing.  It can also support JavaScript's
        NaN and Infinity numeric types as well as it's 'undefined' type.
        It also includes a lint-like JSON syntax validator which tests JSON text
        for strict compliance to the standard.
Keywords: JSON,jsonlint,JavaScript,UTF-32
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
