json2xml

json to xml converter in python3

OTHER License

Downloads
192.7K
Stars
98
Committers
12
json2xml - Major refactor

Published by vinitkumar over 5 years ago

This is a major refactor & contains some breaking changes

Related issues: #36, #39

  • the helper methods are moved out & their naming is improved
  • the main class now only contains the method to converts to xml
  • 100% test coverage for util methods
  • custom wrapper and indent support added
  • tests integration with pytest and unittest
json2xml - Change LICENSE

Published by vinitkumar almost 7 years ago

Change LICENSE to GPL 3.0

json2xml - Major release

Published by vinitkumar almost 7 years ago

  • Fixes #21, JSON with multiple records now outputs valid XML
  • Fixes #20, case sensitivity is now preserved.
  • XML is now wrapped with <all>.
  • Remove beautifulsoup and simplejson as dependencies
  • Added support for parsing and converting JSON from string stream
json2xml - Minor release

Published by vinitkumar over 7 years ago

Fixes issues with some crash & documentation.

json2xml - Python3 support

Published by vinitkumar over 8 years ago

This release adds much need Python3 support to the library. Also, the dependencies are cleaned up and the code has support for both Python2 and Python3.

json2xml - New Major Release

Published by vinitkumar over 9 years ago

Following improvements are done in this release:

  • Support for local JSON files
  • Support for JSON files in URLs
  • Major refactor of code.
  • Added tests
  • Add Travis CI