Skip to content

jsonUnquoteValue (JSON Creation & Manipulation)

Compatible with:
  • Purpose
  • This command is used to remove escape characters within the string. 

    Escape Sequence Character Represented by Sequence \"  

  • A double quote (") character
  • \b  A backspace character
  • \f   A formfeed character
  • \n   A newline (linefeed) character
  • \r   A carriage return character
  • \t   A tab character
  • \\   A backslash (\) character
  • \uXXXX UTF-8 bytes for Unicode value XXXX
  • Syntax
  • jsonUnquoteValue({stringValue/ VariableName},VariableName)
  • Target
  • {stringValue/ VariableName}
  • Value
  • VariableName
  • Return Value
  • String

Example(s):

Click here to see the example

 

Feedback and Knowledge Base