Skip to content

Instantly share code, notes, and snippets.

@dordenis
Last active December 19, 2015 16:39
Show Gist options
  • Save dordenis/5985658 to your computer and use it in GitHub Desktop.
Save dordenis/5985658 to your computer and use it in GitHub Desktop.
[
131:
{
ID: 131,
PARENT_ID: 0,
DEPTH_LEVEL: 1,
NAME: name
STATUS: "structure",
CHILDREN:
[
132: {
ID: 132,
PARENT_ID: 131,
DEPTH_LEVEL: 2,
NAME: name,
STATUS: "structure",
CHILDREN:
[
133:
{
ID: 133,
PARENT_ID: 132,
DEPTH_LEVEL: 3,
NAME: name,
STATUS: "structure"
},
2458:
{
ID: 2458,
PARENT_ID: 132,
DEPTH_LEVEL: 3,
NAME: name,
STATUS: "structure"
}
]
}
]
},
132 :
{
ID: 132,
PARENT_ID: 0,
DEPTH_LEVEL: 1,
NAME: name,
STATUS: "structure"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment