Skip to content

Instantly share code, notes, and snippets.

@dylanalvarez
Last active December 26, 2020 08:34
Show Gist options
  • Select an option

  • Save dylanalvarez/7123e7df2946fe52e8c4e52298a6767d to your computer and use it in GitHub Desktop.

Select an option

Save dylanalvarez/7123e7df2946fe52e8c4e52298a6767d to your computer and use it in GitHub Desktop.
Michael Jackson's "Thriller" as json
{
"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