Lab 16. Lyrics Lab Revisted.
Make a JSON file that has an array of artists with a fact or two about each (e.g. age, style of music,
record label, date-of-birth). Then have a property of the artist that is an array of songs by that
artist. Each song should have some properties (e.g. run time, year of release, ...). A song must
have a property of lyrics -- which leads the user to the lyrics for the song -- which are in a text
file stored in res/raw. If any of your songs have long lyrics, you might want to use a ScrollView.
Test your json using a json validator like https://jsonlint.com/.
If you have bad json, there is no chance anything else will work.