Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. {
  2. "condition": [{
  3. "condition": [{
  4. "type": "operand",
  5. "value": "user.location"
  6. }, {
  7. "type": "operation",
  8. "value": "from"
  9. }, {
  10. "type": "operand",
  11. "value": "india"
  12. }]
  13. }, {
  14. "type": "operation",
  15. "value": "and"
  16. }, {
  17. "condition": [{
  18. "type": "operand",
  19. "value": "os"
  20. }, {
  21. "type": "operation",
  22. "value": "="
  23. }, {
  24. "type": "operand",
  25. "value": "windows"
  26. }]
  27. }, {
  28. "type": "operation",
  29. "value": "and"
  30. }, {
  31. "condition": [{
  32. "condition": [{
  33. "type": "operand",
  34. "value": "user"
  35. }, {
  36. "type": "operation",
  37. "value": "is"
  38. }, {
  39. "type": "operand",
  40. "value": "returning"
  41. }]
  42. }, {
  43. "type": "operation",
  44. "value": "and"
  45. }, {
  46. "condition": [{
  47. "type": "operand",
  48. "value": "device"
  49. }, {
  50. "type": "operation",
  51. "value": "="
  52. }, {
  53. "type": "operand",
  54. "value": "mobile"
  55. }]
  56. }]
  57. }]
  58. }
  59. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement