Load JSON file locally using JavaScript

1
2
function loadJSON(callback) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Create a Load JSON local file using JavaScript.

The function above will create a new instance of a XMLHttpRequest and load asynchronously the contents of my_data.json.

1 Response

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.