Need help onn how to update a docx document with contents from a json file

So I have a word document and a json file. I need help writing a python script that updates the word document with the contents of the json file. All the script needs to do is open the word document and update a section in the word document with the json file. To make it easy, the script will always update the same table section in the Word document with the json file. I can make improvements on it later when I get better with Python. Right now I’m stuck because I’m a beginner with Python scripting.