Guest User

Untitled

a guest
Apr 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. export const tree = {
  2. "result": [
  3. {
  4. "key": "country-1",
  5. "isLeaf": false,
  6. "label": "Российская Федерация",
  7. "children": [
  8. {
  9. "key": "area-1",
  10. "isLeaf": false,
  11. "label": "Приволжский ФО",
  12. "children": [
  13. {
  14. "key": "region-9",
  15. "isLeaf": false,
  16. "label": "Республика Марий Эл",
  17. "children": [
  18. {
  19. "key": "city-1361878",
  20. "isLeaf": false,
  21. "label": "Козьмодемьянск"
  22. },
  23. {
  24. "key": "city-1366812",
  25. "isLeaf": false,
  26. "label": "Красногорский"
  27. },
  28. {
  29. "key": "city-1373161",
  30. "isLeaf": false,
  31. "label": "Йошкар-Ола"
  32. },
  33. {
  34. "key": "city-1377636",
  35. "isLeaf": false,
  36. "label": "Волжск"
  37. }
  38. ]
  39. }
  40. ]
  41. }
  42. ]
  43. }
  44. ]
  45. }
Add Comment
Please, Sign In to add comment