Skip to content

Instantly share code, notes, and snippets.

@josefrichter
Created November 26, 2010 19:14
Show Gist options
  • Save josefrichter/717113 to your computer and use it in GitHub Desktop.
Save josefrichter/717113 to your computer and use it in GitHub Desktop.
input.js
{
"_id": "123",
"members": [
{
"_id": "789"
}
]
}
{
"_id": "123",
"title": "whatever",
"members": [
{
"_id": "456",
"name": "John",
"active": true
},
{
"_id": "789",
"name": "Bob",
"active": false
}
]
}
{
"_id": "123",
"title": "whatever",
"members": [
{
"_id": "789",
"name": "Bob",
"active": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment