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

15 lines
315 B
JSON

{
"document": {
"title": "Test JSON Document",
"type": "metadata_test",
"properties": {
"word_count": 25,
"format": "json",
"encoding": "utf-8"
},
"content": [
"This JSON should be detected as JSON format",
"It contains structured data in JSON format"
]
}
}