Skip to content

Instantly share code, notes, and snippets.

@serac
Created October 27, 2017 11:22
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 serac/6480834ffb84bff99ee14b76159d9c3b to your computer and use it in GitHub Desktop.
Save serac/6480834ffb84bff99ee14b76159d9c3b to your computer and use it in GitHub Desktop.
Sample Group Data
[
{
"id": "alpha",
"name": "Alpha Group",
"created": 1500100000,
"members": [
{
"id": "alice",
"kind": "person",
"added": 1508102082
},
{
"id": "bob",
"kind": "person",
"added": 1509012293
},
{
"id": "carol",
"kind": "person",
"added": 1509102345
}
]
},
{
"id": "beta",
"name": "Beta Group",
"created": 1500200000,
"members": [
{
"id": "ann",
"kind": "person",
"added": 1500212293
},
{
"id": "bill",
"kind": "person",
"added": 113789471838851649
},
{
"id": "charles",
"kind": "person",
"added": 1501012293
}
]
},
{
"id": "gamma",
"name": "Gamma Group",
"created": 1500300000,
"members": [
{
"id": "zeb",
"kind": "person",
"added": 1500312293
},
{
"id": "aplha",
"kind": "group",
"added": 1500412293
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment