quick-xmltodict is a Rust-backed XML-to-dict conversion package designed to be fast and efficient. It has a single function, parse, that takes an XML string and returns a Python dictionary. You should ...
Since I started working with Laravel, I always wanted a simple helper that could convert XML files to JSON. I created the first version of this package to do exactly that. While the package isn't ...