{ "info": { "author": "Joe McIntyre", "author_email": "j_h_mcintyre@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development" ], "description": "=================\nJSON Syntax Check\n=================\n\nPart of the\n`Using JSON Schema `_\nproject.\n\nThe 'hello world' of JSON processing, check the syntax of a JSON file.\n\nFor command line/script use, a console message is displayed and the process\nexits with 0 for success, 1 for failure.\n\n.. image:: https://travis-ci.org/usingjsonschema/ujs-jsonsyntax-python.svg?branch=master\n :target: https://travis-ci.org/usingjsonschema/ujs-jsonsyntax-python\n\nCommand Line / Script Use\n-------------------------\nUsage: jsonsyntax filename\n- filename name of file to check (path optional)\n\nTo run the syntax checker (command line or script) against the file\n``example.json`` use,\n\n.. code-block:: bash\n\n jsonsyntax example.json\n\nLibrary Function Use\n--------------------\nTo use the syntax checker as a library function, call the ``syntaxCheck``\nfunction in a try/except block. For example,\n\n.. code-block:: python\n\n from jsonsyntax import checkSyntax\n try :\n checkSyntax (\"example.json\")\n print (\"Valid JSON file\")\n except as e:\n print (\"Error: \" + e.message);\n\nInstall\n-------\nInstallation using pip for Python 2 (2.7) or Python 3.\n\n.. code-block:: bash\n\n pip install ujs-jsonsyntax\n\nLicense\n-------\nMIT", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/usingjsonschema/ujs-jsonsyntax-python", "keywords": "bookujs json", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ujs-jsonsyntax", "package_url": "https://pypi.org/project/ujs-jsonsyntax/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ujs-jsonsyntax/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/usingjsonschema/ujs-jsonsyntax-python" }, "release_url": "https://pypi.org/project/ujs-jsonsyntax/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "JSON syntax checker", "version": "0.1.0" }, "last_serial": 1155772, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b2d1ce3a866ca272c1b32bc61890626c", "sha256": "37b65de4e109d5425d37d36f9773c39519bb8b663a5f7d1753e88bceb3a509de" }, "downloads": -1, "filename": "ujs-jsonsyntax-0.1.0.zip", "has_sig": false, "md5_digest": "b2d1ce3a866ca272c1b32bc61890626c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7660, "upload_time": "2014-07-12T19:55:22", "url": "https://files.pythonhosted.org/packages/38/ba/5322161eb1576d54d771f15445e97382fa94e76bfcd5e9a0bb864674b9b2/ujs-jsonsyntax-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2d1ce3a866ca272c1b32bc61890626c", "sha256": "37b65de4e109d5425d37d36f9773c39519bb8b663a5f7d1753e88bceb3a509de" }, "downloads": -1, "filename": "ujs-jsonsyntax-0.1.0.zip", "has_sig": false, "md5_digest": "b2d1ce3a866ca272c1b32bc61890626c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7660, "upload_time": "2014-07-12T19:55:22", "url": "https://files.pythonhosted.org/packages/38/ba/5322161eb1576d54d771f15445e97382fa94e76bfcd5e9a0bb864674b9b2/ujs-jsonsyntax-0.1.0.zip" } ] }