tools-python
tools-python copied to clipboard
Support multiple packages per document
I came across this line in the code of jsonyamlxml.py:
# At the moment, only single-package documents are supported, so just the last package will be stored.
Multiple packages per document are supported now, though, so something probably has to be fixed here.