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.

17 lines
95 B

  1. {"one":1,"two":2}
  2. [1,2,4,8,16]
  3. {
  4. "one": 1,
  5. "two": 2
  6. }
  7. [
  8. 1,
  9. 2,
  10. 4,
  11. 8,
  12. 16
  13. ]