Hey, I have payload object with a body property of string. I want to covert the body to json object. I'm trying to use the JSON node to convert the string to an object which works great. My problem is parsing out the body. I'm trying to use the SPLIT node but it parses out everything which blows my JSON node up . I can't figure out a good method of just sending the body string to the JSON node.. Thanx for any help!
Michael

