Handling Special Characters

The following characters are considered special characters in JSON:

  1. Double quotes (“)
  2. Backslash ()
  3. Newline (\n)
  4. Carriage return (\r)
  5. Tab (\t)
  6. Backspace (\b)
  7. Form feed (\f)

Important: By default, GLU.Engine will not make changes to the specified special characters during the integration flow.

Unescape Json Special Characters

GLU.engine provides the capability to unescape these characters. The process of unescaping JSON characters is the reverse of the escaping process, and it involves converting the encoded special characters back into their original form. This allows the JSON data to be properly interpreted and used by applications that receive it.

To perform the unescape operation, choose “Unescape Json” from the Decoder dropdown menu.

Example

Original JSON payload:

{
       \"TRANSACTION_ID\":\"5930551\"
}


Unescaped JSON payload:

{
	"TRANSACTION_ID":"5930551"
}

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support
Fill the form and we’ll contact you shortly

    I agree with

    cookies
    We uses cookies to make your experience on this website better. Learn more
    Accept cookies