Skip to content

Instantly share code, notes, and snippets.

@mokolabs
Created September 22, 2010 20:26
Show Gist options
  • Save mokolabs/592510 to your computer and use it in GitHub Desktop.
Save mokolabs/592510 to your computer and use it in GitHub Desktop.
var architects = []
$.getJSON("/architects.json", function(data) {
$.each(data, function(i, item) {
architects.push(item.architect.reverse_name);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment