operator_deserialize.output 136 B

12345678910111213
  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. }