DevDefined.OAuth icon indicating copy to clipboard operation
DevDefined.OAuth copied to clipboard

JSON return from springpad is escaped with backslash

Open wajatimur opened this issue 11 years ago • 0 comments

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();

wajatimur avatar Jul 30 '13 22:07 wajatimur