Simple Python script to deduplicate QKSMS backup JSON files.
usage: qksms-deduplicate.py [-h] -i FILE -o FILE
Deduplicates a QKSMS Backup JSON archive.
optional arguments:
-h, --help show this help message and exit
-i FILE, --input FILE
The JSON file to process. (default: None)
-o FILE, --output FILE
The JSON file to save the deduplicated data to.
(default: None)