Pull Content from JSON file (Same Server)

Depends if you’re requesting from server side or front end.

In PHP you can use file_get_contents() function.

In jQuery, you can use the HTTP get.