Resolved! parsing JSON
Hello experts, consider a JSON which i am receiving through inbound integration and i am using scripted rest apiexample{"incident":"123" , "state" :"2" , "descript":"orange"} First i have to check if the JSON is empty or not 2nd i have to check if th...