Rest Framework Parser xml to json
Project description
KXMLParser
Rest-Framework Parser Convert xml to json, including attributes
##Getting Started
Dependencies
You need Python 3.7 or later
You also need json and xmltodict packages available from PyPI, if you have pip just run:
pip install xmltodict
####Instalation
pip install KXMLParser
Setting parser, edit settings.py :
REST_FRAMEWORK = {
'DEFAULT_PARSER_CLASSES': [
'KXMLParser.parsers.XMLParser',
],
}
Features
- File structure for PyPI packages
- Setup with package informations
- License example
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
KXMLParser-0.0.3.tar.gz
(1.8 kB
view hashes)