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
Post a Comment