mirror of
https://github.com/antonmedv/fx
synced 2024-11-11 07:10:28 +00:00
17 lines
238 B
JSON
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"
|
|
}
|
|
}
|