Skip to content

Instantly share code, notes, and snippets.

@n3dst4
Last active December 23, 2015 10:29
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 n3dst4/6621406 to your computer and use it in GitHub Desktop.
Save n3dst4/6621406 to your computer and use it in GitHub Desktop.
{
// ...
Competition: '',
Participants: [
{
Name: "Manchester United",
Players: [
{
Name: "Fred Fredfredfred",
ShortName: "Fred",
Variables: {
Shirt: '12',
InSquad: true,
MatchDaySquad: true,
TimeOnPitch: 12,
GoalPercSPread: 13,
GoalPercFixed: 14
},
Prices: {
FirstGoal: '',
LastGoal: '',
Anytime: '',
Brace: '',
HatTrick: ''
}
}
]
},
{
//...
}
]
}
Participants: [
{
Name: "Manchester United",
Players: [
{
Shirt: '12',
Name: "Fred Fredfredfred",
ShortName: "Fred",
Variables: {
InSquad: true,
MatchDaySquad: true,
TimeOnPitch: 12,
GoalPercSPread: 13,
GoalPercFixed: 14
},
Prices: {
FirstGoal: '',
LastGoal: '',
Anytime: '',
Brace: '',
HatTrick: ''
}
}
]
},
{
//...
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment