{ "info": { "author": "Dan Pascu and Viktor Ferenczi", "author_email": "python@cx.hu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This module implements a very fast JSON encoder/decoder for Python.\n\nJSON stands for JavaScript Object Notation and is a text based lightweight\ndata exchange format which is easy for humans to read/write and for machines\nto parse/generate. JSON is completely language independent and has multiple\nimplementations in most of the programming languages, making it ideal for\ndata exchange and storage.\n\nThe module is written in C and it is up to 250 times faster when compared to\nthe other python JSON implementations which are written directly in python.\nThis speed gain varies with the complexity of the data and the operation and\nis the the range of 10-200 times for encoding operations and in the range of\n100-250 times for decoding operations.\n\nThis module is an enhanced version of the original python-cjson 1.0.3.\nPlease send your comments regarding to this version to:\nViktor Ferenczi \n\nNew feature not in the original 1.0.3 release:\n\nEncoder and decoder functions are extensible to allow conversion of objects\nnot in the official JSON specification, such as Date objects. Unicode and\ncharacter encoding related enhancements. Automatic conversion of dictionary\nkeys to strings (JSON requires string keys in objects). Extension now\ncompatible with the C compiler from Microsoft Visual C++ Toolkit 2003.", "description_content_type": null, "docs_url": null, "download_url": "http://python.cx.hu/python-cjson/1.0.3x7", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://python.cx.hu", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "python-cjson-custom", "package_url": "https://pypi.org/project/python-cjson-custom/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/python-cjson-custom/", "project_urls": { "Download": "http://python.cx.hu/python-cjson/1.0.3x7", "Homepage": "http://python.cx.hu" }, "release_url": "https://pypi.org/project/python-cjson-custom/1.0.3x7/", "requires_dist": null, "requires_python": null, "summary": "Fast JSON encoder/decoder for Python", "version": "1.0.3x7" }, "last_serial": 627358, "releases": { "1.0.3x7": [] }, "urls": [] }