-XML and JSON Command Block Validation -Common command definition block decorator for either JSON and XML to enable
the mixing of definitions from either file type.
-Unit test for stacked XML definitions.
-Stacking of XML or JSON defined command lne blocks enabled.
-Migration of example command line block definitions to resources/examples
.
-Unit Test Framework Implemented
Python 3 Compatibility Upgrade
-XML parser definition and decorator xargs
.
- -Example function
xprint_args
utilizing the XML version of the decorator - added. Accessible as the console script
jx_xml_print_args
.
Initial Version
-JSON parser definition file and decorator jargs
.
- -Example function
print_args
utilizing the XML version of the decorator - added. Accessible as the console script
jx_print_args
.