壊れたJSONファイル(invalid-syntax)
File info
| Format | JSON |
|---|---|
| File size | 36 B(36 bytes) |
| MIME Type | application/json |
| MD5 | 5cd008b3db1bc86cbee21f25145e6087 |
| SHA-1 | 22f23f14dbcaf0f85626e9c1ed0bb9466af4d7cd |
| SHA-256 | f1228730e25d3d272f247953be2185adefe71fbc7b51bf41b8beeb77936c0060 |
Download via command line
curl
curl -O https://devlab.lb-product.com/files/broken/json/broken-json-syntax.json
wget
wget https://devlab.lb-product.com/files/broken/json/broken-json-syntax.json
PowerShell
Invoke-WebRequest -Uri "https://devlab.lb-product.com/files/broken/json/broken-json-syntax.json" -OutFile "broken-json-syntax.json"
About this file
構文エラーのあるJSONファイルです。エラーハンドリングの検証やバリデーション処理のテストに使用できます。
実際の運用では、ネットワーク障害による転送途中のファイル、ストレージ破損、不正な拡張子のファイルなど、壊れたファイルに遭遇することがあります。このテストファイルを使って、アプリケーションがそのようなケースを適切にハンドリングできるか検証してください。
テスト項目の例
- ファイルバリデーションが正しくエラーを検出するか
- エラー時にユーザーへ適切なメッセージが表示されるか
- 壊れたファイルでアプリケーションがクラッシュしないか
- ログに十分な情報が記録されるか
FAQ
- Is this file free to use?
- Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
- What is inside the file?
- Dummy data generated for testing — sized to match the listed size exactly.
- What are the hash values for?
- Verify integrity after download or use them as test data for hashing libraries.