c# 4.0 - remove double quote from json parsed object in jquery -


i returning json object mvc jquery , parsing in jquery below.

var s1 = jquery.parsejson(obj)

the problem is producing following string:

""bankston ford frisco", "sam packs ford country", "grapevine ford", "westway ford texas", "sam pack ford carrollton"" 

can advise how remove first , last double quote?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -