Я настроил службу wcf и метод возвращает некоторую структуру.
Проблема в том, что все символы в ответе «\» начинаются с «/»
Пример:
[
{
"rel":"http:\/\/localhost:3354\/customer\/1\/order",
"uri":"http:\/\/localhost:3354\/customer\/1\/order\/3"
},
{
"rel":"http:\/\/localhost:3354\/customer\/1\/order",
"uri":"http:\/\/localhost:3354\/customer\/1\/order\/5"
},
{
"rel":"http:\/\/localhost:3354\/customer\/1\/order",
"uri":"http:\/\/localhost:3354\/customer\/1\/order\/8"
}
]
И я возвращаю только http://localhost:3354/customer/1/order!
Почему эти символы добавляются и как их удалить?
или @"http://cuustomer/1"
в json "http:\/\/cuustomer\/1"