easy-parse

Easy parsing for xml and json


License
MIT
Install
pip install easy-parse==0.1.1

Documentation

easy-parse

Build Status

Easy parsing for xml and json

Usage:

Parse a given xml file to json

from easyparse import xml_to_json
xml_to_json('input.xml', 'output.json')