Created
January 8, 2016 13:33
-
-
Save hpstuff/ebaf80d2194e5a4b9872 to your computer and use it in GitHub Desktop.
Below
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
| "server": { | |
| "tables": { | |
| "ImBnHMmOnndxre8XSkl": { | |
| "deck": { | |
| "QH": { | |
| "name": "Quine of hard", | |
| "value": 0 | |
| } | |
| }, | |
| "hand": { | |
| "JH": { | |
| "name": "Jack of hard", | |
| "value": 0 | |
| } | |
| }, | |
| "team": { | |
| "SW": { | |
| "-ImBnHMmOnndxre8XSkl": { | |
| "cards" : { | |
| "JH": { | |
| "name": "Jack of hard", | |
| "value": 0 | |
| } | |
| } | |
| }, | |
| "-ImBnHMmOnndxre8XSkh": { | |
| "cards" : { | |
| "JH": { | |
| "name": "Jack of hard", | |
| "value": 0 | |
| } | |
| } | |
| } | |
| }, | |
| "EN": { | |
| "-ImBnHMmOnndxre8XSkx": { | |
| ... | |
| }, | |
| "-ImBnHMmOnndxre8XSk5": { | |
| ... | |
| } | |
| } | |
| }, | |
| "players": { | |
| "-ImBnHMmOnndxre8XSkl": { | |
| "name": "Player 1", | |
| "cards": { | |
| "QS": { | |
| "name": "", | |
| "value": "" | |
| } | |
| } | |
| }, | |
| "-ImBnHMmOnndxre8XSkh": { | |
| "name": "Player 2", | |
| ... | |
| }, | |
| "-ImBnHMmOnndxre8XSkx": { | |
| "name": "Player 3", | |
| ... | |
| }, | |
| "-ImBnHMmOnndxre8XSk5": { | |
| "name": "Player 4", | |
| ... | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment