Need to remove obsolete escape of Vtab character using \v. No longer supported by Json spec.
Comment/Delete line 619 in function StrToUTF16(const Str: String): String;
// #11: Result := Result + '\v';
Delphi Json parser does not handle the \v escape sequence.
Need to remove obsolete escape of Vtab character using \v. No longer supported by Json spec. Comment/Delete line 619 in function StrToUTF16(const Str: String): String; // #11: Result := Result + '\v'; Delphi Json parser does not handle the \v escape sequence.