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.

13 lines
136 B

  1. {
  2. "array": [
  3. 1,
  4. 2,
  5. 3,
  6. 4,
  7. 5
  8. ],
  9. "boolean": false,
  10. "null": null,
  11. "number": 23,
  12. "string": "Hello, world!"
  13. }