Last active
July 27, 2020 19:25
-
-
Save JaimeStill/bf50bb72ce01c9147a5a1cdce23c38e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| id: 1, | |
| categoryId: 1, | |
| name: "Nirvana - Nevermind", | |
| description: "Grunge", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 2, | |
| categoryId: 1, | |
| name: "Jimi Hendrix - Electric Ladyland", | |
| description: "Classic Rock", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 3, | |
| categoryId: 1, | |
| name: "Pink Floyd - The Dark Side of the Moon", | |
| description: "Classic Rock", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 4, | |
| categoryId: 1, | |
| name: "Chevelle - This Type of Thinking (Could Do Us In)", | |
| description: "Rock", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 5, | |
| categoryId: 2, | |
| name: "The Mandalorian", | |
| description: "A Star Wars Story", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 6, | |
| categoryId: 2, | |
| name: "The Simpsons", | |
| description: "Classic TV Goodness", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 7, | |
| categoryId: 2, | |
| name: "Inception", | |
| description: "Morty: Inception made sense. Rick: You don't have to try to impress me, Morty.", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 8, | |
| categoryId: 2, | |
| name: "Joker", | |
| description: "Disturbingly awesome", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 9, | |
| categoryId: 3, | |
| name: "Norse Mythology - Neil Gaiman", | |
| description: "Mythology & Folk Tales", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 10, | |
| categoryId: 3, | |
| name: "1984 - George Orwell", | |
| description: "Dystopian Fiction", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 11, | |
| categoryId: 3, | |
| name: "The Currents of Space - Isaac Asimov", | |
| description: "Science Fiction", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [] | |
| } | |
| }, | |
| { | |
| id: 12, | |
| categoryId: 3, | |
| name: "Brave New World - Aldous Huxley", | |
| description: "Classic American Literature", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [] | |
| } | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| id: 1, | |
| categoryId: 1, | |
| name: "Nirvana - Nevermind", | |
| description: "Grunge", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [ | |
| { | |
| id: 2, | |
| categoryId: 1, | |
| name: "Jimi Hendrix - Electric Ladyland", | |
| description: "Classic Rock" | |
| }, | |
| { | |
| id: 3, | |
| categoryId: 1, | |
| name: "Pink Floyd - The Dark Side of the Moon", | |
| description: "Classic Rock" | |
| }, | |
| { | |
| id: 4, | |
| categoryId: 1, | |
| name: "Chevelle - This Type of Thinking (Could Do Us In)", | |
| description: "Rock" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 2, | |
| categoryId: 1, | |
| name: "Jimi Hendrix - Electric Ladyland", | |
| description: "Classic Rock", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [ | |
| { | |
| id: 1, | |
| categoryId: 1, | |
| name: "Nirvana - Nevermind", | |
| description: "Grunge" | |
| }, | |
| { | |
| id: 3, | |
| categoryId: 1, | |
| name: "Pink Floyd - The Dark Side of the Moon", | |
| description: "Classic Rock" | |
| }, | |
| { | |
| id: 4, | |
| categoryId: 1, | |
| name: "Chevelle - This Type of Thinking (Could Do Us In)", | |
| description: "Rock" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 3, | |
| categoryId: 1, | |
| name: "Pink Floyd - The Dark Side of the Moon", | |
| description: "Classic Rock", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [ | |
| { | |
| id: 1, | |
| categoryId: 1, | |
| name: "Nirvana - Nevermind", | |
| description: "Grunge" | |
| }, | |
| { | |
| id: 2, | |
| categoryId: 1, | |
| name: "Jimi Hendrix - Electric Ladyland", | |
| description: "Classic Rock" | |
| }, | |
| { | |
| id: 4, | |
| categoryId: 1, | |
| name: "Chevelle - This Type of Thinking (Could Do Us In)", | |
| description: "Rock" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 4, | |
| categoryId: 1, | |
| name: "Chevelle - This Type of Thinking (Could Do Us In)", | |
| description: "Rock", | |
| category: { | |
| id: 1, | |
| name: "Music", | |
| items: [ | |
| { | |
| id: 1, | |
| categoryId: 1, | |
| name: "Nirvana - Nevermind", | |
| description: "Grunge" | |
| }, | |
| { | |
| id: 2, | |
| categoryId: 1, | |
| name: "Jimi Hendrix - Electric Ladyland", | |
| description: "Classic Rock" | |
| }, | |
| { | |
| id: 3, | |
| categoryId: 1, | |
| name: "Pink Floyd - The Dark Side of the Moon", | |
| description: "Classic Rock" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 5, | |
| categoryId: 2, | |
| name: "The Mandalorian", | |
| description: "A Star Wars Story", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [ | |
| { | |
| id: 6, | |
| categoryId: 2, | |
| name: "The Simpsons", | |
| description: "Classic TV Goodness" | |
| }, | |
| { | |
| id: 7, | |
| categoryId: 2, | |
| name: "Inception", | |
| description: "Morty: Inception made sense. Rick: You don't have to try to impress me, Morty." | |
| }, | |
| { | |
| id: 8, | |
| categoryId: 2, | |
| name: "Joker", | |
| description: "Disturbingly awesome" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 6, | |
| categoryId: 2, | |
| name: "The Simpsons", | |
| description: "Classic TV Goodness", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [ | |
| { | |
| id: 5, | |
| categoryId: 2, | |
| name: "The Mandalorian", | |
| description: "A Star Wars Story" | |
| }, | |
| { | |
| id: 7, | |
| categoryId: 2, | |
| name: "Inception", | |
| description: "Morty: Inception made sense. Rick: You don't have to try to impress me, Morty." | |
| }, | |
| { | |
| id: 8, | |
| categoryId: 2, | |
| name: "Joker", | |
| description: "Disturbingly awesome" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 7, | |
| categoryId: 2, | |
| name: "Inception", | |
| description: "Morty: Inception made sense. Rick: You don't have to try to impress me, Morty.", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [ | |
| { | |
| id: 5, | |
| categoryId: 2, | |
| name: "The Mandalorian", | |
| description: "A Star Wars Story" | |
| }, | |
| { | |
| id: 6, | |
| categoryId: 2, | |
| name: "The Simpsons", | |
| description: "Classic TV Goodness" | |
| }, | |
| { | |
| id: 8, | |
| categoryId: 2, | |
| name: "Joker", | |
| description: "Disturbingly awesome" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 8, | |
| categoryId: 2, | |
| name: "Joker", | |
| description: "Disturbingly awesome", | |
| category: { | |
| id: 2, | |
| name: "Film", | |
| items: [ | |
| { | |
| id: 5, | |
| categoryId: 2, | |
| name: "The Mandalorian", | |
| description: "A Star Wars Story" | |
| }, | |
| { | |
| id: 6, | |
| categoryId: 2, | |
| name: "The Simpsons", | |
| description: "Classic TV Goodness" | |
| }, | |
| { | |
| id: 7, | |
| categoryId: 2, | |
| name: "Inception", | |
| description: "Morty: Inception made sense. Rick: You don't have to try to impress me, Morty." | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 9, | |
| categoryId: 3, | |
| name: "Norse Mythology - Neil Gaiman", | |
| description: "Mythology & Folk Tales", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [ | |
| { | |
| id: 10, | |
| categoryId: 3, | |
| name: "1984 - George Orwell", | |
| description: "Dystopian Fiction" | |
| }, | |
| { | |
| id: 11, | |
| categoryId: 3, | |
| name: "The Currents of Space - Isaac Asimov", | |
| description: "Science Fiction" | |
| }, | |
| { | |
| id: 12, | |
| categoryId: 3, | |
| name: "Brave New World - Aldous Huxley", | |
| description: "Classic American Literature" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 10, | |
| categoryId: 3, | |
| name: "1984 - George Orwell", | |
| description: "Dystopian Fiction", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [ | |
| { | |
| id: 9, | |
| categoryId: 3, | |
| name: "Norse Mythology - Neil Gaiman", | |
| description: "Mythology & Folk Tales" | |
| }, | |
| { | |
| id: 11, | |
| categoryId: 3, | |
| name: "The Currents of Space - Isaac Asimov", | |
| description: "Science Fiction" | |
| }, | |
| { | |
| id: 12, | |
| categoryId: 3, | |
| name: "Brave New World - Aldous Huxley", | |
| description: "Classic American Literature" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 11, | |
| categoryId: 3, | |
| name: "The Currents of Space - Isaac Asimov", | |
| description: "Science Fiction", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [ | |
| { | |
| id: 9, | |
| categoryId: 3, | |
| name: "Norse Mythology - Neil Gaiman", | |
| description: "Mythology & Folk Tales" | |
| }, | |
| { | |
| id: 10, | |
| categoryId: 3, | |
| name: "1984 - George Orwell", | |
| description: "Dystopian Fiction" | |
| }, | |
| { | |
| id: 12, | |
| categoryId: 3, | |
| name: "Brave New World - Aldous Huxley", | |
| description: "Classic American Literature" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| id: 12, | |
| categoryId: 3, | |
| name: "Brave New World - Aldous Huxley", | |
| description: "Classic American Literature", | |
| category: { | |
| id: 3, | |
| name: "Literature", | |
| items: [ | |
| { | |
| id: 9, | |
| categoryId: 3, | |
| name: "Norse Mythology - Neil Gaiman", | |
| description: "Mythology & Folk Tales" | |
| }, | |
| { | |
| id: 10, | |
| categoryId: 3, | |
| name: "1984 - George Orwell", | |
| description: "Dystopian Fiction" | |
| }, | |
| { | |
| id: 11, | |
| categoryId: 3, | |
| name: "The Currents of Space - Isaac Asimov", | |
| description: "Science Fiction" | |
| } | |
| ] | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment