Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. [
  2.   {
  3.     title: "Одежда",
  4.     left: 1,
  5.     right: 22
  6.   },
  7.   {
  8.     title: "Мужская",
  9.     left: 2,
  10.     right: 9
  11.   },
  12.   {
  13.     title: "Женская",
  14.     left: 10,
  15.     right: 21
  16.   },
  17.   {
  18.     title: "Костюмы",
  19.     left: 3,
  20.     right: 8
  21.   },
  22.   {
  23.     title: "Платья",
  24.     left: 11,
  25.     right: 16
  26.   },
  27.   {
  28.     title: "Юбки",
  29.     left: 17,
  30.     right: 18
  31.   },
  32.   {
  33.     title: "Блузы",
  34.     left: 19,
  35.     right: 20
  36.   },
  37.   {
  38.     title: "Брюки",
  39.     left: 4,
  40.     right: 5
  41.   },
  42.   {
  43.     title: "Жакеты",
  44.     left: 6,
  45.     right: 7
  46.   },
  47.   {
  48.     title: "Вечерние",
  49.     left: 12,
  50.     right: 13
  51.   },
  52.   {
  53.     title: "Летние",
  54.     left: 14,
  55.     right: 15
  56.   }
  57. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement