The JSON generated by `TJsonWrapper.JsonValueToJson` is not always correctly escaped. For example {"path":"C:\Test\"} is generated, instead of {"path":"C:\\Test\\"} At least if `Data.DBXJSON` is used (XE4 support), this issue appears.
The JSON generated by
TJsonWrapper.JsonValueToJsonis not always correctly escaped.For example
is generated, instead of
At least if
Data.DBXJSONis used (XE4 support), this issue appears.