Skip to content

Instantly share code, notes, and snippets.

Created May 3, 2013 07:30
Show Gist options
  • Save anonymous/5507735 to your computer and use it in GitHub Desktop.
Save anonymous/5507735 to your computer and use it in GitHub Desktop.
[
{
"_id": "1",
"guests": [
{
"_id": "4",
"status": "invited",
"player_id": "aaa"
},
{
"_id": "5",
"status": "invited",
"player_id": "bbb"
}
]
},
{
"_id": "2",
"guests": [
{
"_id": "6",
"status": "invited",
"player_id": "bbb"
},
{
"_id": "7",
"status": "invited",
"player_id": "aaa"
}
]
},
{
"_id": "3",
"guests": [
{
"_id": "8",
"status": "invited",
"player_id": "aaa"
},
{
"_id": "9",
"status": "invited",
"player_id": "bbb"
},
{
"_id": "10",
"status": "invited",
"player_id": "ccc"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment