Skip to content

Instantly share code, notes, and snippets.

@robertdale
Last active July 15, 2016 18:17
Show Gist options
  • Save robertdale/02931f5633be55a59c13bca3b0e58655 to your computer and use it in GitHub Desktop.
Save robertdale/02931f5633be55a59c13bca3b0e58655 to your computer and use it in GitHub Desktop.
{
"id":2,
"type":"vertex",
"label":"person",
"properties":{
"age":21,
"gender":"non-binary",
"mixed_bag":[
true,
"foo",
2345
],
"uuids":[
"6f6c66c1-b8aa-4f42-bba3-2196f48ba90b",
"0819df0d-2121-4350-832b-133db030e423"
]
},
"inE":[
{
"id":3
},
{
"id":4
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment