To covert json data to xml data
Project description
##About
A Simple python utility to convert JSON to xml. It support conversation from a json file or from an URL.
### How to install
` pip install json2xml `
###How to use
#### From JSON File
`python from src.json2xml import Json2xml data = Json2xml.fromjsonfile('examples/example.json').data data_object = Json2xml(data) data_object.json2xml() `
#### From WEB Url
`python from src.json2xml import Json2xml data = data = Json2xml.fromurl('https://coderwall.com/vinitcool76.json').data data_object = Json2xml(data) data_object.json2xml() `
These are two simple ways you can use this utility.
### Bugs, features
Create an issue in the repository and if you have a new feature that you want to add, please send a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file json2xml-1.0.0.tar.gz
.
File metadata
- Download URL: json2xml-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19a9b8d6cf2e15547d6abc12eea90eb3bdf2b7126dece04a53d5b3002adcc129 |
|
MD5 | 28640b79c2165a7a6f9b49d98fc05e78 |
|
BLAKE2b-256 | fd565e7ecd2b07e8d5163c0cf2b7c99eb09058866d3699565972f384f38cd024 |