Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [{
  2.   "title": "Product",
  3.   "li_attr": {
  4.     "data-id": "1",
  5.     "id": "node1"
  6.   },
  7.   "children": true,
  8.   "state": "closed"
  9. }, {
  10.   "title": "Service",
  11.   "li_attr": {
  12.     "data-id": "2",
  13.     "id": "node2"
  14.   },
  15.   "children": true,//this indicate it has childrens, can be replace with array for actual childrens
  16.   "state": "closed"
  17. }]