fx/testdata/example.json
Anton Medvedev ca98db8acc
More themes
2023-09-13 16:41:31 +02:00

17 lines
238 B
JSON

{
"title": "Fox and Dog",
"body": "Brown fox jumps over a lazy dog",
"tags": [
"fox",
"dog",
"lazy",
null
],
"year": 3000,
"funny": true,
"author": {
"name": "John Doe",
"email": "john@doe.com"
}
}