Advertisement
a_igin

Untitled

Sep 5th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "categories": [
  3. {
  4. "id": 1,
  5. "name": "Кофе"
  6. },
  7. {
  8. "id": 2,
  9. "name": "Сорт зерна"
  10. },
  11. ],
  12. "filters": [
  13. {
  14. "id": 1,
  15. "name": "Виды кофе",
  16. "options": [{
  17. "id": 1,
  18. "name": "Эспрессо"
  19. },
  20. {
  21. "id": 1,
  22. "name": "Капучино"
  23. }
  24. ],
  25. },
  26. {
  27. "id": 2,
  28. "name": "Добавки",
  29. "options": [{
  30. "id": 1,
  31. "name": "Миндальный сироп"
  32. },
  33. {
  34. "id": 1,
  35. "name": "Карамельный сироп"
  36. }
  37. ],
  38. },
  39. ]
  40. "additions": [
  41. {
  42. "id": 1,
  43. "name": "Категория добавок",
  44. "options": [{
  45. "id": 1,
  46. "name": "Добавка 1"
  47. },
  48. {
  49. "id": 1,
  50. "name": "Добавка 2"
  51. }
  52. ],
  53. },
  54. ]
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement