Skip to content

Instantly share code, notes, and snippets.

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