{ "info": { "author": "Sam Wilson", "author_email": "sam@binarycake.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 3" ], "description": "jsua\n====\n\n|License| |PyPI| |CircleCI|\n\njsua, pronounced Joshua, is a streaming sax-like parser for JSON files.\nIt's special because it doesn't require you to start at the beginning of\na JSON stream. You can start anywhere, and it will eventually start\nspitting out events.\n\nUsage\n-----\n\n.. code:: python\n\n from jsua import SynchronizingParser\n from io import StringIO\n\n json = StringIO('{\"hello\": \"world\"}')\n parser = SynchronizingParser(json)\n\n for state, event, value in parser.parse():\n print(state, event, value)\n\n.. |License| image:: https://img.shields.io/badge/license-LGPL-blue.svg\n.. |PyPI| image:: https://img.shields.io/pypi/v/jsua.svg?maxAge=86400\n.. |CircleCI| image:: https://img.shields.io/circleci/project/tecywiz121/jsua.svg?maxAge=86400", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tecywiz121/jsua", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "jsua", "package_url": "https://pypi.org/project/jsua/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jsua/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tecywiz121/jsua" }, "release_url": "https://pypi.org/project/jsua/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A parser for JSON that can start at an arbitrary point in the file", "version": "0.0.2" }, "last_serial": 2159156, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "42c07a74ef4005cfc72569c36acab300", "sha256": "0fdbbd27bd40305ac49457fb14762e9b5d98780664870cdf802153a5e90f3f1e" }, "downloads": -1, "filename": "jsua-0.0.2-py3-none-any.whl", "has_sig": true, "md5_digest": "42c07a74ef4005cfc72569c36acab300", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7630, "upload_time": "2016-06-09T18:08:13", "url": "https://files.pythonhosted.org/packages/57/f9/ceb0b29685fee54e9e0fdeb29a1815cf63e1395e43a2c5848f96b901bb67/jsua-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0725f2c9712fa365fb0d61bf14133325", "sha256": "e340b07ac6a03802323e6e2006e4d663c91bad3e248f9760db302026ecd49439" }, "downloads": -1, "filename": "jsua-0.0.2.tar.gz", "has_sig": true, "md5_digest": "0725f2c9712fa365fb0d61bf14133325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5293, "upload_time": "2016-06-09T18:07:59", "url": "https://files.pythonhosted.org/packages/90/e5/988c4934ed86119ff65155303a7fd7265d464e86f182c9f8520e7c90002a/jsua-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42c07a74ef4005cfc72569c36acab300", "sha256": "0fdbbd27bd40305ac49457fb14762e9b5d98780664870cdf802153a5e90f3f1e" }, "downloads": -1, "filename": "jsua-0.0.2-py3-none-any.whl", "has_sig": true, "md5_digest": "42c07a74ef4005cfc72569c36acab300", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7630, "upload_time": "2016-06-09T18:08:13", "url": "https://files.pythonhosted.org/packages/57/f9/ceb0b29685fee54e9e0fdeb29a1815cf63e1395e43a2c5848f96b901bb67/jsua-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0725f2c9712fa365fb0d61bf14133325", "sha256": "e340b07ac6a03802323e6e2006e4d663c91bad3e248f9760db302026ecd49439" }, "downloads": -1, "filename": "jsua-0.0.2.tar.gz", "has_sig": true, "md5_digest": "0725f2c9712fa365fb0d61bf14133325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5293, "upload_time": "2016-06-09T18:07:59", "url": "https://files.pythonhosted.org/packages/90/e5/988c4934ed86119ff65155303a7fd7265d464e86f182c9f8520e7c90002a/jsua-0.0.2.tar.gz" } ] }