Created
August 29, 2011 15:52
-
-
Save appcdr/1178693 to your computer and use it in GitHub Desktop.
Appcelerator: HTTPClient and JSON sample JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fighters": [ | |
{ | |
"name": "Muhammad Ali", | |
"nickname": "The Greatest" | |
}, | |
{ | |
"name": "Chuck Liddell", | |
"nickname": "The Iceman" | |
}, | |
{ | |
"name": "Rocky Marciano", | |
"nickname": "The Brockton Blockbuster" | |
}, | |
{ | |
"name": "Randy Couture", | |
"nickname": "The Natural" | |
}, | |
{ | |
"name": "Fedor Emelianenko", | |
"nickname": "The Last Emperor" | |
}, | |
{ | |
"name": "Jon Jones", | |
"nickname": "Bones" | |
}, | |
{ | |
"name": "George Foreman", | |
"nickname": "Big George" | |
}, | |
{ | |
"name": "Wanderlei Silva", | |
"nickname": "The Axe Murderer" | |
}, | |
{ | |
"name": "Gearges St. Pierre", | |
"nickname": "Rush" | |
}, | |
{ | |
"name": "Manny Pacquiao", | |
"nickname": "Pac-Man" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment