I have this string in json format
[{
"EXTENSION" : ".pdf",
"LINK" : "\\192.168.1.6\Varios\_SERV_IMG\ArchivosSocio\000000006000000006PSO000115-02-2016PDF.pdf"
}]
the problem is when ...
datos = $.parseJSON(res);
as I write \ in a string JSON?