Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created January 22, 2010 16:33
Show Gist options
  • Save mrkurt/283892 to your computer and use it in GitHub Desktop.
Save mrkurt/283892 to your computer and use it in GitHub Desktop.
{
"_id" : "1_522311",
"chr" : "1",
"pos" : 522311,
"groups" :
[{
"_id" : "12345",
"label" : "group1",
"capabilities" : [{"name" : "value"}, {"name2": "value2"}]
},
{
"_id" : "54321",
"label" : "group2",
"capabilities" : [{"name" : "value"}, {"name2": "value2"}]
},
{
"_id" : "9876",
"label" : "group3",
"capabilities" : [{"name" : "value"}, {"name2": "value2"}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment