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} 14