Generates diff between plain and nested json and yaml files.
cd ~/Downloads
git clone https://github.com/shitcoding/python-project-lvl2
cd python-project-lvl2
python3 -m pip install .(Supported extensions: yaml and yml)
(Supports yaml-yaml, json-json, json-yaml, yaml-json diffs)
Usage:
gendiff -f plain file1.json file2.json
gendiff --format plain file1.yaml file2.yamlUsage:
gendiff -f json file1.json file2.json
gendiff --format json file1.yaml file2.yaml