json2xml
json2xml copied to clipboard
json to xml converter in python3
### Problem I would like to get the following XML: ```xml ``` Maybe I am missing something, but with the current implementation I can't achieve this result. ### Possible solution...
**Is your feature request related to a problem? Please describe.** I would like to convert json to xml with multiple nested wrapper like ` . . ` **Describe the solution...
On running, `python setup.py install`, this is what we get. ```sh /Users/vinitkumar/projects/python/json2xml/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other...
Fix/ruff
**Is your feature request related to a problem? Please describe.** In a project, I need to preserve ampersands inside text so that I can have the following nodes: ```xml &InventoryMenu;...
**Describe the bug** Attempting to declare attributes for the 'wrapper' node results in them being added as their own nodes. **To Reproduce** Steps to reproduce the behavior: ```py from json2xml.json2xml...
# Concept issue **Is your feature request related to a problem? Please describe.** When creating a xml from a list and wanting to add attributes to it seems impossible. **Describe...
given the following JSON: ``` "TagGroup": { "@attrs": { "Name": "systemSpec", "HelpText": "spec version " } } ``` I load a dictionary as follows: ``` info_dict['Info']={ "@attrs":{"Name": "systemSpec", "HelpText": "spec...
Bumps [idna](https://github.com/kjd/idna) from 3.2 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...