mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
36694e2496
Split std-lib into two libraries: Base and Test.
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
|
|
}
|
|
}
|
|
]
|