{"id":22338251,"url":"https://github.com/ipfans/jsonxml","last_synced_at":"2025-03-26T08:26:31.059Z","repository":{"id":12664168,"uuid":"15336045","full_name":"ipfans/jsonxml","owner":"ipfans","description":"Converter between xml and json","archived":false,"fork":false,"pushed_at":"2013-12-20T10:51:37.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T10:11:27.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipfans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-20T10:44:27.000Z","updated_at":"2016-10-02T02:24:06.000Z","dependencies_parsed_at":"2022-08-29T20:41:26.989Z","dependency_job_id":null,"html_url":"https://github.com/ipfans/jsonxml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fjsonxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fjsonxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fjsonxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fjsonxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfans","download_url":"https://codeload.github.com/ipfans/jsonxml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245617155,"owners_count":20644764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T06:13:34.817Z","updated_at":"2025-03-26T08:26:31.038Z","avatar_url":"https://github.com/ipfans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSONXML\n========\nConverter between xml and json\n\nUsage\n----\n```\n    data = {\n        \"data\": {\n            \"a\": \"1\",\n            \"b\": \"2\",\n        },\n    }\n    json_data = json.dumps(data)\n    xml_data = json2xml(json_data)\n    print xml_data\n    json_data = xml2json(xml_data, True, 0)\n    print json_data\n```\n\nLicense\n-------\nThis code released under the terms of the [MIT license](http://opensource.org/licenses/MIT).\n\nContributors\n------------\nThis script was originally written by R.White, Hay Kranen, George Hamilton and Dan Brown. Thanks for your works.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Fjsonxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfans%2Fjsonxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Fjsonxml/lists"}