Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.08 KB | None | 0 0
  1. [
  2.     {
  3.         "id": 1,
  4.         "text": "Главная страница",
  5.         "alias": "mainpage",
  6.         "externalUrl": "http://vk.com",
  7.         "parentId": null,
  8.         "children": [
  9.             {
  10.                 "id": 2,
  11.                 "text": "Подглавная страница главной страницы 1",
  12.                 "alias": "subpage_1",
  13.                 "externalUrl": "http://vk.com/1",
  14.                 "parentId": 1,
  15.                 "children": null
  16.             },
  17.             {
  18.                 "id": 3,
  19.                 "text": "Подглавная страница главной страницы 2",
  20.                 "alias": "subpage_2",
  21.                 "externalUrl": "http://vk.com/2",
  22.                 "parentId": 1,
  23.                 "children": null
  24.             },
  25.             {
  26.                 "id": 4,
  27.                 "text": "Подглавная страница главной страницы 3",
  28.                 "alias": "subpage_3",
  29.                 "externalUrl": "http://vk.com/3",
  30.                 "parentId": 1,
  31.                 "children": null
  32.             }
  33.         ]
  34.     },
  35.     {
  36.         "id": 2,
  37.         "text": "Подглавная страница главной страницы 1",
  38.         "alias": "subpage_1",
  39.         "externalUrl": "http://vk.com/1",
  40.         "parentId": 1,
  41.         "children": null
  42.     },
  43.     {
  44.         "id": 3,
  45.         "text": "Подглавная страница главной страницы 2",
  46.         "alias": "subpage_2",
  47.         "externalUrl": "http://vk.com/2",
  48.         "parentId": 1,
  49.         "children": null
  50.     },
  51.     {
  52.         "id": 4,
  53.         "text": "Подглавная страница главной страницы 3",
  54.         "alias": "subpage_3",
  55.         "externalUrl": "http://vk.com/3",
  56.         "parentId": 1,
  57.         "children": null
  58.     },
  59.     {
  60.         "id": 8,
  61.         "text": "Свободная страница",
  62.         "alias": "freepage",
  63.         "externalUrl": "http://vk.com/freepage",
  64.         "parentId": null,
  65.         "children": null
  66.     }
  67. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement