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 7790555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:37:15+00:00 2026-06-01T21:37:15+00:00

I noticed that if you use the simplejson function in django all the strings

  • 0

I noticed that if you use the simplejson function in django all the strings are enclosed with single quotes, and the whole json object string is enclosed in double quotes. When I take this string and hand it in to JSON.parse, it gives me an error because they want to use single quotes to enclose the whole object and double quotes for the strings. I could switch them with javascript replace, but then I’d have to take into consideration cases like apostrophes, but I’m sure there is a better way. Is there a way to get django’s simplejson to output the object string to the format of JSON.parse?

More info:

django view:

def view(request):
    list = [{"a":"apple",},]
    return HttpResponse(simplejson.dumps(str(list)), mimetype="application/json")

what the javascript string turn out to be

“[{‘a’: ‘apple’}]”

  • 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-01T21:37:17+00:00Added an answer on June 1, 2026 at 9:37 pm

    update
    remove the str() around list, simply simplejson.dumps(list). str() trans the list to a string, thus you got "[{'a': 'apple'}]" in client side.

    Can you update the question to demo where simplejson encloses strings w/ single quotes?

    django.utils.simplejson, normally, conforms w/ JSON specification and does not use single quotes to wrap things. If you mean

    >>> from django.utils.simplejson import dumps
    >>> dumps("Hello")
    '"Hello"' # single quotes here
    >>> repr(dumps("Hello"))
    '\'"Hello"\'' # or here
    

    They’re notations of Python, you don’t want to directly use them in JSON.parse (the first one is OK though).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a few forms that use tiny mce. I have noticed recently that
I'm playing around with Lucene and noticed that the use of a hyphen (e.g.
I noticed that various systems use various characters as the replacent for illegal ones
I noticed that I rarely use properties, due to the fact that I rarely
I've noticed that if I use the text-to-columns feature with comma as the delimiter,
I noticed that this recipe seems to use __rlshift__ , __ror__ like operators. But,
I noticed that most scripts for e-mail validation do not use DNS information to
I have noticed that most Objective-C coders never use the self->ivar syntax when accessing
I have noticed that sometimes people have to use multiple versions of jQuery in
While reading cocoa tutorials i've noticed that some of the tutorials use AppDelegate and

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.