Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created April 3, 2012 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-cellcity/2290965 to your computer and use it in GitHub Desktop.
Save alex-cellcity/2290965 to your computer and use it in GitHub Desktop.
example of League data
[
{
"team":"JSSL Walcott",
"pos":"1",
"P":"13",
"W":"11",
"D":"2",
"L":"0",
"GF":"74",
"GA":"3",
"GD":"71",
"point":"36"
},
{
"team":"International Soccer Academy",
"pos":"2",
"P":"13",
"W":"10",
"D":"2",
"L":"1",
"GF":"46",
"GA":"12",
"GD":"34",
"point":"34"
},
{
"team":"Shoot Asunaros",
"pos":"3",
"P":"13",
"W":"8",
"D":"1",
"L":"4",
"GF":"36",
"GA":"21",
"GD":"15",
"point":"26"
},
{
"team":"JSSL Van Persie",
"pos":"4",
"P":"13",
"W":"5",
"D":"3",
"L":"5",
"GF":"25",
"GA":"12",
"GD":"13",
"point":"19"
},
{
"team":"ANZA",
"pos":"5",
"P":"13",
"W":"6",
"D":"1",
"L":"6",
"GF":"18",
"GA":"26",
"GD":"-8",
"point":"19"
},
{
"team":"GFA Japan",
"pos":"6",
"P":"13",
"W":"5",
"D":"2",
"L":"6",
"GF":"17",
"GA":"31",
"GD":"-14",
"point":"19"
},
{
"team":"JSSL Young Gunners",
"pos":"7",
"P":"14",
"W":"1",
"D":"1",
"L":"12",
"GF":"9",
"GA":"46",
"GD":"-37",
"point":"5"
},
{
"team":"Shoot Bears",
"pos":"8",
"P":"14",
"W":"1",
"D":"0",
"L":"13",
"GF":"3",
"GA":"73",
"GD":"-70",
"point":"3"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment