test.json 142 B

123456789
  1. {
  2. "array": [1, 2, "abc", 4.8, null],
  3. "dict": {
  4. "integer": 1,
  5. "float": 4.8,
  6. "string": "Hello, world!"
  7. },
  8. "boolean": true
  9. }