Readur/test_files/sample.json

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"
]
}