--- title: Large JSON Structure test_name: TestLargeJson file_name: shutter_test.go version: 0.1.0 --- map[string]interface{}{ "created_at": "2023-01-28T14:30:00Z", "customer_id": 42.0, "delivered_at": nil, "id": 1001.0, "products": []interface{}{ map[string]interface{}{ "description": "High-performance laptop", "id": 1.0, "in_stock": true, "name": "Laptop", "price": 999.99, "stock": 5.0, "tags": []interface{}{ "electronics", "computers", "laptops", }, }, map[string]interface{}{ "description": "Wireless mouse", "id": 2.0, "in_stock": true, "name": "Mouse", "price": 29.99, "stock": 50.0, "tags": []interface{}{ "electronics", "accessories", }, }, map[string]interface{}{ "description": "Mechanical keyboard", "id": 3.0, "in_stock": false, "name": "Keyboard", "price": 149.99, "stock": 0.0, "tags": []interface{}{ "electronics", "accessories", }, }, }, "shipped_at": "2023-02-01T10:00:00Z", "status": "shipped", "total": 1179.97, }