{ "info": { "author": "zuroc", "author_email": "zsp007@gmail.com", "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": "fix this bug for cjson\n\n>>>import cjson\n>>>print cjson.encode({1:2})\n\nTraceback (most recent call last):\n File \"test.py\", line 11, in \n print cjson.encode({1:2})\nEncodeError: JSON encodable dictionaries must have string/unicode keys\n\n\n>>>import czjson\n>>>print czjson.dumps({1:2})\n{\"1\":2}\n\n===========================================================\n\nThis 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.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "czjson", "package_url": "https://pypi.org/project/czjson/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/czjson/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/czjson/1.0.8/", "requires_dist": null, "requires_python": null, "summary": "Fast JSON encoder/decoder for Python(fix bug for python-cjson)", "version": "1.0.8" }, "last_serial": 788733, "releases": { "1.0.8": [ { "comment_text": "", "digests": { "md5": "22b427069ed0779fa0201ab83c7867ff", "sha256": "a7cd5ce6131b6b47ce25c9c1427729503a75e543030a1d586fa58b5e7d6aee94" }, "downloads": -1, "filename": "czjson-1.0.8.tar.gz", "has_sig": false, "md5_digest": "22b427069ed0779fa0201ab83c7867ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11260, "upload_time": "2010-04-29T13:24:35", "url": "https://files.pythonhosted.org/packages/3b/0c/83bc5fda10c3605471a7c632c5df299fec35a66c23687549000271946b05/czjson-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22b427069ed0779fa0201ab83c7867ff", "sha256": "a7cd5ce6131b6b47ce25c9c1427729503a75e543030a1d586fa58b5e7d6aee94" }, "downloads": -1, "filename": "czjson-1.0.8.tar.gz", "has_sig": false, "md5_digest": "22b427069ed0779fa0201ab83c7867ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11260, "upload_time": "2010-04-29T13:24:35", "url": "https://files.pythonhosted.org/packages/3b/0c/83bc5fda10c3605471a7c632c5df299fec35a66c23687549000271946b05/czjson-1.0.8.tar.gz" } ] }