mirror of
https://github.com/readur/readur.git
synced 2025-12-30 11:00:17 -06:00
15 lines
315 B
JSON
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"
|
|
]
|
|
}
|
|
} |