This python module allows you to merge multiple JSON files into a single destination JSON file using a set of rules defined in the dfm config file
Please refer to the project wiki for complete documentation including usage and configuration file syntax.
- Currently only JSON files are supported but YAML files could be supported with ease in future.
- Doing the reverse operation will soon be supported (splitting a single sourcefile into multiple destination files).
- You should be aware of:
- install pre-commit hooks:
poetry run pre-commit install
- check and fix linting issues:
make format