Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "item": 1
  5. },
  6. {
  7. "item": 2
  8. },
  9. {
  10. "item": 3
  11. },
  12. {
  13. "item": 4
  14. },
  15. {
  16. "item": 5
  17. },
  18. {
  19. "item": 6
  20. }
  21. ]
  22. }
  23.  
  24. {
  25. "conditionTrue": [
  26. {
  27. "item": 1
  28. },
  29. {
  30. "item": 2
  31. },
  32. {
  33. "item": 3
  34. }
  35. ],
  36. "conditionFalse": [
  37. {
  38. "item": 4
  39. },
  40. {
  41. "item": 5
  42. },
  43. {
  44. "item": 6
  45. }
  46. ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement