Skip to content

Instantly share code, notes, and snippets.

@n5i
Created March 29, 2017 20:36
Show Gist options
  • Save n5i/1085a1c8d5de873945109e71e6091fcd to your computer and use it in GitHub Desktop.
Save n5i/1085a1c8d5de873945109e71e6091fcd to your computer and use it in GitHub Desktop.
{
"columns":[
"Name",
"Subreports"
],
"data":[
{
"row":[
"Grandparent",
[
{
"Name":"Parent",
"Subreports":[
{
"Name":"Child",
"Subreports":[
{
"Name":"Grandchild",
"Subreports":[
]
}
]
}
]
}
]
],
"meta":[
null,
null
],
"graph":{
"nodes":[
],
"relationships":[
]
}
}
],
"stats":{
"contains_updates":false,
"nodes_created":0,
"nodes_deleted":0,
"properties_set":0,
"relationships_created":0,
"relationship_deleted":0,
"labels_added":0,
"labels_removed":0,
"indexes_added":0,
"indexes_removed":0,
"constraints_added":0,
"constraints_removed":0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment