Files
readur/test_files/sample.json
2025-07-10 21:51:30 +00:00

12 lines
217 B
JSON

{
"name": "Test Document",
"type": "sample",
"metadata": {
"created": "2024-01-01",
"author": "Test User"
},
"content": [
"This is a JSON file",
"Used for testing text format detection"
]
}