![]() ![]() |
Reference Type: Supported, Category: JSON Conversion Functions, ICR#: 6682
The $$UES^XLFJSON extrinsic function returns a unescaped string from a JSON format.
NOTE: This API was released with Kernel Patch XU*8.0*680.
$$UES^XLFJSON(x)
x: |
(required) A JSON escaped string to be unescaped. |
returns: |
Returns a unescaped string representation of the escaped JSON input string. |
>W $$UES^XLFJSON("\\one\\two\\three\\") \one\two\three\ |