Created
October 17, 2010 15:12
-
-
Save chapel/630933 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{"players": | |
{ | |
"gamertag": [ //gamertag would be set inside the loop through a variable, like "chapel" or "awesome" | |
{ | |
"rating": 1234, | |
"standing": 1 | |
} | |
], | |
"chapel": [ | |
{ | |
"rating": 2345, | |
"standing": 2 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok i don't really know anything about data so i will assume here: