Advertisement
ToanTK

Tree Response

Sep 16th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. {
  2.   "items": [
  3.     {
  4.       "id": 1,
  5.       "name": "Node 1",
  6.       "type": "node",
  7.       "child": [
  8.         {
  9.           "id": 2,
  10.           "name": "Leaf 1",
  11.           "type": "leaf"
  12.         }
  13.       ]
  14.     },
  15.     {
  16.       "id": 3,
  17.       "name": "Leaf 2",
  18.       "type": "leaf"
  19.     }
  20.   ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement