-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
How to return json results in format like the neo4j (json code) response and like nodejs oficial library too (response.records). I need this format because I want to use neovis.js library
[
{
"keys": [
"n",
"r",
"m",
"a"
],
"length": 4,
"_fields": [
{
"identity": {
"low": 0,
"high": 0
},
"labels": [
"Character"
],
"properties": {
...
}
]
Metadata
Metadata
Assignees
Labels
No labels