You can simply use the $.getJSON() method to load local JSON file from the server using a GET HTTP request. If the JSON file contains a syntax error, the request will usually fail silently.
Let's try out the following example to understand how it basically works:
Use the jQuery
$.getJSON()MethodYou can simply use the
$.getJSON()method to load local JSON file from the server using a GET HTTP request. If the JSON file contains a syntax error, the request will usually fail silently.Let's try out the following example to understand how it basically works:
The "test.json" file contains a simple JSON string {"name": "Harry", "age": 14}.
need an explanation for this answer? contact us directly to get an explanation for this answer