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": {
...
}
]
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": { ... } ]