mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 13:41:39 +03:00
24 lines
399 B
JSON
24 lines
399 B
JSON
|
[
|
||
|
{
|
||
|
"title": "Lord of the Rings",
|
||
|
"author": {
|
||
|
"name": "J. R. R. Tolkien",
|
||
|
"year_of_birth": 1892
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"title": "The Little Prince",
|
||
|
"author": {
|
||
|
"name": "Antoine de Saint-Exupéry",
|
||
|
"year_of_birth": 1900
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"title": "And Then There Were None",
|
||
|
"author": {
|
||
|
"name": "Agatha Christie",
|
||
|
"year_of_birth": 1890
|
||
|
}
|
||
|
}
|
||
|
]
|