I have a loop that loops through a directory of .json files:
.json
FILES=./JSONFILES/* for f in $FILES; do echo $f done
This echos out