Files
marka/testdata/data/complex_front_matter/output.json
Max Richter b13d5015f4 wip
2025-09-25 16:41:26 +02:00

26 lines
427 B
JSON

{
"_type": "Book",
"name": "The Great Book",
"author": {
"_type": "Person",
"name": "Jane Doe",
"email": "jane.doe@example.com"
},
"tags": [
"fiction",
"adventure"
],
"chapters": [
{
"name": "Chapter 1",
"pages": 20
},
{
"name": "Chapter 2",
"pages": 30
}
],
"headline": "The Great Book",
"articleBody": "This is the content of the great book."
}