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

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -