JSON return from springpad is escaped with backslash
Opened this issue · 0 comments
wajatimur commented
JSONP return from springpad seems to be literal string full with backslashes escape. Which is supposedly not happen in C# string.
string dataString = session.Request().Get().ForUrl(this.baseUrl + url).ToString();