The following is  valid. How do I access the data using JSON.parse.  
[
    {
        "node_title": "MGP",
        "nid": "4",
        "Album": "Myalbum1",
        "Artist": "Myartist"
    },
    {
        "node_title": "PW",
        "nid": "3",
        "Album": "Myalbum1",
        "Artist": "Myartist"
    }
]
 
     
    