This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":2, | |
"type":"vertex", | |
"label":"person", | |
"properties":{ | |
"age":21, | |
"gender":"non-binary", | |
"mixed_bag":[ | |
true, | |
"foo", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":{ | |
"type":"long", | |
"value":2 | |
}, | |
"type":"vertex", | |
"label":"person", | |
"properties":{ | |
"age":{ | |
"type":"short", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "column staggered full" | |
}, | |
[ | |
{ | |
"x": 3 | |
}, | |
"#\n3", | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "column staggered half" | |
}, | |
[ | |
{ | |
"x": 3 | |
}, | |
"#\n3" | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "pinky staggered full" | |
}, | |
[ | |
{ | |
"x": 2 | |
}, | |
"@\n2", | |
"#\n3", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "pinky staggered half" | |
}, | |
[ | |
{ | |
"x": 2 | |
}, | |
"@\n2", | |
"#\n3", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "pinky staggered rotated thumbs full" | |
}, | |
[ | |
{ | |
"x": 2 | |
}, | |
"@\n2", | |
"#\n3", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "pinky staggered rotated thumb half" | |
}, | |
[ | |
{ | |
"x": 2 | |
}, | |
"@\n2", | |
"#\n3", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "column staggered rotated thumb full" | |
}, | |
[ | |
{ | |
"x": 3 | |
}, | |
"#\n3", | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "column staggered rotated thumb half" | |
}, | |
[ | |
{ | |
"x": 3 | |
}, | |
"#\n3" | |
], |
OlderNewer