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.