Last active
December 26, 2020 08:34
-
-
Save dylanalvarez/7123e7df2946fe52e8c4e52298a6767d to your computer and use it in GitHub Desktop.
Michael Jackson's "Thriller" as json
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": 19, | |
| "title": "Thriller", | |
| "artist": "Michael Jackson", | |
| "cover": "https://goo.gl/3f8L6c", | |
| "year": 1982, | |
| "label": "Epic Records", | |
| "genre": "Pop", | |
| "length": "42:19", | |
| "track_list": [ | |
| "Wanna Be Startin' Somethin'", | |
| "Baby Be Mine", | |
| "The Girl Is Mine", | |
| "Thriller", | |
| "Beat It", | |
| "Billie Jean", | |
| "Human Nature", | |
| "P.Y.T. (Pretty Young Thing)", | |
| "The Lady In My Life" | |
| ], | |
| "created_at": "2018-05-02T12:31:50Z", | |
| "updated_at": "2018-05-02T18:47:56Z" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment