Skip to content

Instantly share code, notes, and snippets.

@newkek
Created November 22, 2016 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newkek/bfc976712f1adcbe76bcea4e34435ea2 to your computer and use it in GitHub Desktop.
Save newkek/bfc976712f1adcbe76bcea4e34435ea2 to your computer and use it in GitHub Desktop.
VP diffs
{
    "@type":"g:VertexProperty",
    "@value":{
        "id":{
            "@type":"g:Int64",
            "@value":1
        },
        "value":{
            "@type":"gx:LocalDateTime",
            "@value":"1971-01-02T20:50"
        },
        "label":"born",
        "properties":{
            "name":"marko"
        }
    }
}
{
    "@type":"g:VertexProperty",
    "@value":{
        "id":{
            "@type":"g:Int64",
            "@value":1
        },
        "value":{
            "@type":"gx:LocalDateTime",
            "@value":"1971-01-02T20:50"
        },
        "label":"born",
        "properties":{
            "name":{
                "@type":"g:Property",
                "@value":{
                    "key":"name",
                    "value":"marko"
                }
            }
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment