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

10 lines
204 B
JSON

{
"_type": "Article",
"headline": "My First Article",
"author": {
"_type": "Person",
"name": "John Doe"
},
"articleBody": "This is the content of my first article. It's a simple one."
}