Utility for comparing JSON and YAML files. Done within the 'Frontend-developer' course by Hexlet (see: https://ru.hexlet.io/).
# install dependencies
make install
# install the package
make link
# help
gendiff -h
# compare your files
gendiff yourfile1.json yourfile2.yml
Demo for plain objects (step 3):
Demo for comparing json and yaml (step 5):
Demo for comparing nested objects (step 6):