JSON : Background Script Error
Hello Everyone, I'm trying to print the lastName from the system Property using Background Script: System Property {"firstName":"Ashutosh", "lastName":"Munot"} Background Script: var set = gs.getProperty('firstname_lastname'); var parsJSON = JSON.pa...