I have two json files.
File1.json File2.json
Using python, I want to compare both files and write differences in third file Output.json
Output file should be easy to read.
I have two json files.
File1.json File2.json
Using python, I want to compare both files and write differences in third file Output.json
Output file should be easy to read.
Copyright © 2021 Jogjafile Inc.
Should do what you're looking for, assuming I read the question right.