JSON Viewer Test Lruihao included in Markdown and Tests2025-10-14 About 100 words One minute Contents JSON ViewerJSON CodeTesting JSON viewer in FixIt theme.JSON Viewer disabled copy:JSON Code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 { "name": "John Doe", "age": 30, "isEmployed": true, "address": { "street": "123 Main St", "city": "Anytown", "state": "CA", "postalCode": "12345" }, "phoneNumbers": [ { "type": "home", "number": "555-1234" }, { "type": "work", "number": "555-5678" } ], "children": [], "spouse": null }Included in Collection・Tests 9Custom Script & Style Test APlayer Test