unescapeJson
Description: This function unescapes any Json literals found in the String.
Subject Type: String
Arguments: No arguments
Return Type: String
Examples: If the "message" attribute is
'He didn't say, \"Stop!\"', then the Expression
${message:unescapeJson()}
will return 'He didn't say,
"Stop!"'