How can i update a Website wich is using json data [closed]

Does anybody know how you can completely refresh a website on load with code, so that every user wont get the “browser not refreshing” bug?

Im currently working on a page where the content builds up by a json data file so it would really help that every user sees the newest version of the website and not the old saved one.

Thanks in advance!