Files
bruno/tests/import/test-data/insomnia-malformed.json
2025-09-07 03:05:11 +05:30

20 lines
411 B
JSON

{
"_type": "export",
"__export_format": 4,
"resources": [
{
"_id": "req_123",
"parentId": "wrk_456",
"url": "https://api.example.com/users",
"name": "Get Users",
"method": "GET",
"_type": "request"
},
{
"_id": "wrk_456",
"name": "Test Collection",
"_type": "workspace"
// Missing comma and closing bracket - malformed JSON
}
]