Skip to content

Instantly share code, notes, and snippets.

@BenBals
Last active August 29, 2015 14:01
Show Gist options
  • Save BenBals/b8299f36f20c882b7f36 to your computer and use it in GitHub Desktop.
Save BenBals/b8299f36f20c882b7f36 to your computer and use it in GitHub Desktop.
getJSON Template
var data;
$.getJSON("data.json", function (json) {
data = json;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment