I use a python script that downloads the current word list to do scanning of project files.
The current word list is no longer valid JSON. There is a comma on the last item in the array of objects.
You can reproduce this with:
$ wget
https://inclusivenaming.org/word-lists/index.json...
$ jq <index.json
parse error: Expected another array element at line 231, column 1
Please fix the problem and better yet run a validation check before next update.