--- title: SnapJSON Nested Objects test_name: TestSnapJsonWithNestedObjects file_name: shutter_test.go version: 0.1.0 --- { "created_at": "2023-06-15T10:30:00Z", "user": { "id": 42, "permissions": [ "read", "write", "admin" ], "profile": { "avatar": "https://example.com/avatar.jpg", "settings": { "language": "en", "notifications": true, "theme": "dark" }, "username": "jane_smith" } } }