alert( JSON.stringify({Test: "Тест1"}).replace(/\\/g, '_') );
{"Test":"Тест1"}
{"Test":"_u0422_u0435_u0441_u04421"}