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
| var Genre = "Pop"; | |
| var Artist = "John Legend"; | |
| var Title = "Love the way you are"; | |
| var Label = "Jam Def"; | |
| var Song_Producer = "Kim Sinta"; | |
| var Song_Writer = "John Legend" | |
| var Extra = { | |
| Year_Released : 2012, | |
| Duration : '4.30 mins', | |
| Rating : 4, |