Skip to content

Instantly share code, notes, and snippets.

@aleksey-rezvov
Created December 28, 2021 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save aleksey-rezvov/7de7a5ef170a04bfdcb9088932e12c4f to your computer and use it in GitHub Desktop.
Save aleksey-rezvov/7de7a5ef170a04bfdcb9088932e12c4f to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 2. in line 1.
Title; Author; Annotation
Don Quixote; Miguel de Cervantes; Alonso Quixano, a retired country gentleman in his fifties
Crime and Punishment; Fyodor Dostoyevsky; It is a murder story, told from a murders point of view
The Odyssey; Homer; The Odyssey is one of two major ancient Greek epic poems attributed to Homer
The Brothers Karamazov; Fyodor Dostoyevsky; Dostoevsky's last and greatest novel, The Karamazov Brothers
{
"authors": [
{
"author": "Miguel de Cervantes",
"books": [
{
"title": "Don Quixote",
"description": "Alonso Quixano, a retired country gentleman in his fifties"
}
]
},
{
"author": "Fyodor Dostoyevsky",
"books": [
{
"title": "Crime and Punishment",
"description": "It is a murder story, told from a murders point of view"
},
{
"title": "The Brothers Karamazov",
"description": "Dostoevsky's last and greatest novel, The Karamazov Brothers"
}
]
},
{
"author": "Homer",
"books": [
{
"title": "The Odyssey",
"description": "The Odyssey is one of two major ancient Greek epic poems attributed to Homer"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment