Skip to content

Instantly share code, notes, and snippets.

@RedWolves
Created May 1, 2011 02:43
Show Gist options
  • Save RedWolves/950197 to your computer and use it in GitHub Desktop.
Save RedWolves/950197 to your computer and use it in GitHub Desktop.
Sample JSON file I am using for Cross domain JSONP testing
jsfunction({
"jquery": {
"website": "http://jquery.com",
"versions": [
{ "version": "1.5", "releaseDate": "January 1, 2011" },
{ "version": "1.5.1", "releaseDate": "February 1, 2011" },
{ "version": "1.5.2", "releaseDate": "March 1, 2011" },
{ "version": "1.6", "releaseDate": "April 1, 2011" }
]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment