This page is an example of documenting JSON
The table below explains each element in revolver.json, including the data type and notes about the format.
Element | Description | Type | Notes | ||
---|---|---|---|---|---|
album | Top level element | album data object | |||
albumTitle | Title of the album | string | |||
albumArtist | Artist that composed the album | string | |||
performers | Members of the band | array of strings |
|||
year | Year the album was released | string | In format YYYY | ||
trackListing |
List of tracks on the album | array of objects | |||
side | Which side of the album the song is on | integer | |||
track | Track number | integer | |||
title | Title of the song | string | |||
writtenBy | Writer’s credit for the song | string | |||
length | Length of the song in minutes | string | In format MM:SS | ||
leadVocals | Lead singer of the song | string |