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