You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
182 B

  1. {"one":1,"two":2}
  2. {"one":1,"two":2}
  3. {
  4. "one": 1,
  5. "two": 2
  6. }
  7. {
  8. "one": 1,
  9. "two": 2
  10. }
  11. [1,2,4,8,16]
  12. [1,2,4,8,16]
  13. [
  14. 1,
  15. 2,
  16. 4,
  17. 8,
  18. 16
  19. ]
  20. [
  21. 1,
  22. 2,
  23. 4,
  24. 8,
  25. 16
  26. ]