{ "info": { "author": "Mark Guzman", "author_email": "segfault@hasno.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: C", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "UltraJSON\n=============\n.. image:: https://travis-ci.org/segfault/ultrajson.svg?branch=master\n :alt: Travis CI build status\n :target: https://travis-ci.org/segfault/ultrajson\n\nUltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 3.4+.\n\nTo install it just run Pip as usual:\n\n.. code-block:: sh\n\n $ pip install ujson-segfault\n\n============\nUsage\n============\nMay be used as a drop in replacement for most other JSON parsers for Python:\n\n.. code-block:: python\n\n >>> import ujson\n >>> ujson.dumps([{\"key\": \"value\"}, 81, True])\n '[{\"key\":\"value\"},81,true]'\n >>> ujson.loads(\"\"\"[{\"key\": \"value\"}, 81, true]\"\"\")\n [{u'key': u'value'}, 81, True]\n\n~~~~~~~~~~~~~~~\nEncoder options\n~~~~~~~~~~~~~~~\nencode_html_chars\n-----------------\nUsed to enable special encoding of \"unsafe\" HTML characters into safer Unicode sequences. Default is ``False``:\n\n.. code-block:: python\n\n >>> ujson.dumps(\"