Skip to content

Instantly share code, notes, and snippets.

@madclaws
Last active April 26, 2018 05:58
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 madclaws/c95d85a0a8de47c818164d86d3766e6c to your computer and use it in GitHub Desktop.
Save madclaws/c95d85a0a8de47c818164d86d3766e6c to your computer and use it in GitHub Desktop.
storing json from server
{
"playerdata":[
{
"id":0,
"color":2,
"active":true
},
{
"id":1,
"color":3,
"active":false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment