You need parse the JSON file and load it into your page.
If you are running a PHP application, you could do it server side, if you want.
I would recommend loading it directly in the client with JavaScript.
To load it with JavaScript, you need to learn some JS basics and how to use AJAX.