{ "info": { "author": "Sreejith Sreekantan", "author_email": "krssreejith@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Scientific/Engineering :: Visualization" ], "description": "=================================\n\t\tJSON XML CONVERTER\n=================================\n\nJSONXMLCONVERTER is a python module to read json files and created xml files\nout of it. \nTypical usage looks like this:\n\t#!/usr/bin/env python\n\n from jsonxmlconverter import jsonxmlconverter\n \n inputfile = \"1.json\"\n outputfile = \"1.xml\"\n j = jsonxmlconverter(inputfile)\n\tout = open(outputfile, 'w')\n\tj.setIndent(\"\\t\") # set indentation to \"\\t\"\n\tj.generateXMLFile(outputfile)\n\n\t-------------------------------------------------------------------------\n\tInput file(1.json):\n\t\t{\n\t\t \"glossary\": {\n\t\t \"title\": \"example glossary\",\n\t\t\t\t\"GlossDiv\": {\n\t\t \"title\": \"S\",\n\t\t\t\t\t\"GlossList\": {\n\t\t \"GlossEntry\": {\n\t\t \"ID\": \"SGML\",\n\t\t\t\t\t\t\t\"SortAs\": \"SGML\",\n\t\t\t\t\t\t\t\"GlossTerm\": \"Standard Generalized Markup Language\",\n\t\t\t\t\t\t\t\"Acronym\": \"SGML\",\n\t\t\t\t\t\t\t\"Abbrev\": \"ISO 8879:1986\",\n\t\t\t\t\t\t\t\"GlossDef\": {\n\t\t \"para\": \"A meta-markup language, used to create markup languages such as DocBook.\",\n\t\t\t\t\t\t\t\t\"GlossSeeAlso\": [\"GML\", \"XML\"]\n\t\t },\n\t\t\t\t\t\t\t\"GlossSee\": \"markup\"\n\t\t }\n\t\t }\n\t\t }\n\t\t }\n\t\t}\n\t-------------------------------------------------------------------------\n\tOutput file(1.xml):\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGML\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tXML\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tA meta-markup language, used to create markup languages such as DocBook.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tmarkup\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tSGML\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tStandard Generalized Markup Language\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tISO 8879:1986\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tSGML\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tSGML\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tS\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\texample glossary\n\t\t\t\n\t\t", "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/sreejithsreekantan/jsonxmlconverter", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "jsonxmlconverter", "package_url": "https://pypi.org/project/jsonxmlconverter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jsonxmlconverter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sreejithsreekantan/jsonxmlconverter" }, "release_url": "https://pypi.org/project/jsonxmlconverter/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Converts JSON file into XML", "version": "0.0.1" }, "last_serial": 1037126, "releases": { "0.0.1": [] }, "urls": [] }