{ "name": "test-file", "version": "1.0.0", "description": "A test JSON file with tab indentation", "author": "coding-agent", "data": { "items": [ { "id": 1, "name": "First item", "active": true }, { "id": 2, "name": "Second item", "active": false } ], "metadata": { "created": "2024-11-11", "tags": [ "test", "example", "json" ] } } }