Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8641835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:37:55+00:00 2026-06-12T11:37:55+00:00

i am generating a json string using JSON.stringify and my json string will be

  • 0

i am generating a json string using JSON.stringify and my json string will be like

jsonstring=[{"step1":[{"nm":"John & joe"},{"title":"Hello & hai"}]},{"step2":[{"desc":"1234"},{"usr":"abc@xyz.com"}]}]` 

i am escaping & with \& and sending this json string to server through ajax.

$.ajax({
url:"test-usr-data.php",
type:"post",
data:"usrdata="+jsonstring,
success: function(response){
console.log("data is "+response); 
},
complete:function (jqXHR, textStatus){ 
console.log("ajax Request completed"+textStatus);
    }
});

The problem is with & char in json string, even though i am escaping & to \& data is not posted to server but ajax request status is success.

I tried removing & from json string it works fine and data is posting to server correctly.

Can any one help me in correct way to escaping & in json string.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:37:56+00:00Added an answer on June 12, 2026 at 11:37 am

    Who told you that escaping in URL’s works by prepending a backslash?

    jQuery will take care of it, just do

    data: {usrdata: jsonstring},
    

    FYI: You could use encodeURIComponent as well

    data: "usrdata=" + encodeURIComponent(jsonstring),
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm generating json from a Rails app, and am filtering fields using the format.json
I grab a JSON string from an API using jQuery's dataType 'jsonp'. The operation
I am generating a URL using Timestamp like this : var writeDate = function(){
Generating a scaffold like this: rails generate scaffold User name:string email:string creates bits of
I'm wondering if there is a logical way of generating a JSON-string out of
I am getting a problem in generating values of a JSON string into a
I'm using mustache. I'm generating a list of notifications. A notification JSON object looks
At the moment, I am generating xml and json data using the following code:
I am generating the html using JSON file. Now I need to pass data
Using an .net MVC2 app is generating a string of HTML code that be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.