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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:17:47+00:00 2026-05-27T16:17:47+00:00

jsfiddle link var x = { Item1 : 1, Item2 : { Item3 :

  • 0

jsfiddle link

var x = {
    "Item1" : 1,
    "Item2" : {
        "Item3" : 3
    }
}

   alert(JSON.stringify(x, undefined, 2));
   alert($.parseJSON(x));

First one alerts valid object. The second one alerts null. In the real code, the “x” variable can be string or an object, so I should be able to parse both types. Am I missing something?

  • 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-05-27T16:17:47+00:00Added an answer on May 27, 2026 at 4:17 pm

    You’re parsing an object. You parse strings, not objects; jQuery.parseJSON only takes strings. From the documentation:

    jQuery.parseJSON( json )

    json
    The JSON string to parse.

    Usage:

    if (! window.console) {
        console = {
            log: function (msg) {
                alert(msg);
            }
        };
    }
    
    console.log($.parseJSON(JSON.stringify(x, undefined, 2)));
    

    Standard jQuery doesn’t appear to have a JSON stringifier. Typically, jQuery handles that for you, so it isn’t necessary. If you need it, there are various plugins.

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

Sidebar

Related Questions

var a = function(){ this.x = function(){alert('apple');} this.y = function(callback){ if(typeof callback == 'undefined'
I have a project on jsFiddle: jsFiddle Link JavaScript: var scroller = function() {
Link to jsfiddle: http://jsfiddle.net/crismanNoble/gqFdH/2/ Basically the svg keeps changing colors without ever triggering the
UPDATE If you try the form on this link http://jsfiddle.net/Matt_KP/BwmzQ/ the fiddle and select
I have javascript like http://jsfiddle.net/8JXTk/1/ just a snipplet ... $dialog.dialog({ title: Add Link, buttons:
Fiddler Link : http://jsfiddle.net/nLxc4/5/ My code : <html> <head> <script type=text/javascript src=js/jquery-1.5.1.min.js></script> <script type=text/javascript>
I want after click on link show alert box with tow option ok and
I have 2 drop-down menus. User selects something from the first one, then the
Can someone please help me out with this? I'm using jquery-1.4.2. http://jsfiddle.net/Ymkpb/ Thank you
Even though the following works: http://jsfiddle.net/N7D5r/ My attempt at using the same code does

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.