Skip to content

Instantly share code, notes, and snippets.

@cpw
Created April 21, 2018 19:11
Show Gist options
  • Save cpw/1fa28709c8f1b0c73a430fb8d1029879 to your computer and use it in GitHub Desktop.
Save cpw/1fa28709c8f1b0c73a430fb8d1029879 to your computer and use it in GitHub Desktop.
Example fakeplayerdata
[
{
"fakePlayerName" : "test123",
"stages": [ "stage1", "stage2", "stage3" ]
},
{
"fakePlayerName" : "fake456",
"stages": [ "fish", "pepper", "cheese" ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment