Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

jQuery Remove Double Quotes from JSON Returned String in Ajax

Feb 10, 2015
Introduction

Here I will explain how to remove double quotes from
JSON returned string or data in jQuery. We can remove double quotes from string by using JSON.parse() or eval() or replace double quotes from JSON returned string in jQuery.


To remove double quotes from string JSON string we can follow different methods like as shown below

Method 1


var esult = JSON.parse(data)
Method 2


var esult = eval(data)

I hope it helps you…. Happy coding..

If you enjoyed this post, please support the blog below. It's FREE!

Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email.

subscribe by rss Subscribe by RSS subscribe by email Subscribe by Email

4 comments :

Anonymous said...

nice

Anonymous said...

very nice

Unknown said...

good

Anonymous said...

Thank you so much.. I was stuck on this issue from last 6 hours.. :)

Give your Valuable Comments

Note: Only a member of this blog may post a comment.

© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.