Last active
January 7, 2018 21:35
-
-
Save hiranya911/2f4870ff5c16189d73440325401dae45 to your computer and use it in GitHub Desktop.
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
{ | |
"rooms": { | |
"one": { | |
"title": "Historical Tech Pioneers", | |
"createdAt": 1459361875666 | |
}, | |
"two": { }, | |
}, | |
"members": { | |
"one": { | |
"ghopper": true, | |
"eclarke": true | |
}, | |
"two": { }, | |
}, | |
"messages": { | |
"one": { | |
"m1": { | |
"name": "eclarke", | |
"message": "The relay seems to be malfunctioning.", | |
"timestamp": 1459361875337 | |
}, | |
"m2": { }, | |
"m3": { } | |
}, | |
"two": { }, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment