sanitizeJsonStringValue
sanitizeJsonStringValue(jsonString: StringUtf8): StringUtf8;
The sanitizeJsonStringValue method of the JadeJson class sanitizes the string specified in the jsonString parameter and returns a string value that is appropriately sanitized so that it can be used as a JSON string value as defined by: https://www.rfc-editor.org/rfc/rfc7159#section-7.
2025 R2 and higher
