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.

27 lines
404 B

  1. {
  2. "answer": {
  3. "everything": 42
  4. },
  5. "happy": true,
  6. "list": [
  7. 1,
  8. 0,
  9. 2
  10. ],
  11. "name": "Niels",
  12. "new": {
  13. "key": {
  14. "value": [
  15. "another",
  16. "list"
  17. ]
  18. }
  19. },
  20. "nothing": null,
  21. "object": {
  22. "currency": "USD",
  23. "value": 42.99
  24. },
  25. "pi": 3.141,
  26. "size": 9
  27. }