Advertisement
gasaichan

Untitled

Feb 3rd, 2021
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Было:
  2. {
  3. "operator": "&&",
  4. "body": [
  5. {
  6. ">": [
  7. 3,
  8. 1
  9. ]
  10. },
  11. {
  12. "<": [
  13. 1,
  14. 3
  15. ]
  16. },
  17. "and"
  18. ]
  19. }
  20.  
  21. Стало:
  22. {"and" : [
  23. { ">" : [3,1] },
  24. { "<" : [1,3] }
  25. ] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement