Open list of .json files, find and replace multiple different keywords in each file, and resave all files while keeping the original filenames
I am having trouble creating a python script to read through a list of many .JSON files (100+), find and replace multiple different keywords in each file, and save all files while keeping the original filenames.