{"categories":[{"label":"XML","url":"https://skillfed.io/packages/category/text-processing-markup-xml"}],"enrichment":{"capability":"Converts XML documents to JSON format via a Python library or command-line tool, using xmltodict as its underlying parser.","skillfed_tags":["data-format-conversion","cli-tool"],"use_cases":["Convert XML configuration files to JSON for use in modern web applications or APIs","Transform XML data exports from legacy systems into JSON for downstream processing","Batch convert XML documents via the command-line tool in shell scripts or CI/CD pipelines","Parse XML responses from SOAP or REST services and re-serialize as JSON"],"what_it_does":"xmltojson is a lightweight Python library that converts XML documents into JSON strings. It wraps xmltodict to provide both a programmatic API and a command-line interface for the conversion task. The library supports reading XML from files, stdin, or direct strings, and can write output to stdout or to a file.\n\nThe package is intended for developers who need to transform XML data into JSON format as part of data processing pipelines or integration workflows. It supports Python 3.7 through 3.11 and is marked as production-stable, though development activity has slowed since its last release in October 2024.","worth_installing":"Yes, if you need straightforward XML-to-JSON conversion. The package has low install friction, no known vulnerabilities, and permissive licensing. The dormant maintenance status is acceptable for a stable, single-purpose tool, but verify that its JSON output format (which depends on xmltodict's behavior) matches your structural requirements before committing to it."},"id":"xmltojson","links":{"html":"https://skillfed.io/packages/xmltojson","md":"https://skillfed.io/packages/xmltojson.md","pypi":"https://pypi.org/project/xmltojson/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-10-20","license_spdx":null,"license_treatment":"permissive","name":"xmltojson","python_support":"supports_current","summary":"A Python module and cli tool to quickly convert xml text or files into json"},"popularity":{"monthly_downloads":583420,"position":5893,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.3"}
