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

  • Home
  • SEARCH
  • 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 6044453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:00:49+00:00 2026-05-23T07:00:49+00:00

How can I parse this below JSON data as this data I am getting

  • 0

How can I parse this below JSON data as this data I am getting as a response back from the server and I want to extract the value and label from this json data and have to put on a popup window..

For example:- For this data "application_number":"20007524.8"

I want to extract application_number as Application Number and corresponding to Application Number its value 20007524.8

Any suggestions how can I do this..

jsonp13082({"responseHeader":{"status":0,"Time":3,"params":{"json.wrf":"jsonp13082","wt":"json","q":"8377"}},"response":{"numFound":1,"start":0,"docs":[{"key":"83779616","number":"080","name":"Designated","name":"Non ","number":"27837","date":"2010-08-24T07:00:00Z","name":"Canada","name":"Application","title":"collision detection","date":"2008-03-03T08:00:00Z","id":"414","code":"CA","date":"2009-03-03T08:00:00Z","name":"Michael Henry","mgr_name":"abc","id":"79616","name":"oen","claims":"74","date":"2012-03-03T08:00:00Z","claims":"8","url":"","inventors":["D.","rshi","Pa"],"guid":["23","26","25"],"towners":["XYZ"],"inventors":["D","name2","name3"],"owners":["XYZ"]}]}})
  • 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-23T07:00:50+00:00Added an answer on May 23, 2026 at 7:00 am

    There is a built in parseJSON function in jQuery.

    EDIT: Example of usage:

    // make a reference
    var Obj = $.parseJSON('the json object');
    
    alert(Obj.response.docs[0].c_application_number);  
    

    How?

    As you descend into the nodes, the name of the node goes on, so for example if you have a JSON object like this:
    
    {
        "parent": {
            "sibling": "you found a sibling",
            "child": {
                "more_children": "hello"
            }
        }
    }
    

    Using the code like this:

    var json = $.parseJSON('{ "parent": { "sibling": "you found a sibling", "child": { "more_children": "hello" } } }');
    
    // I want to get the sibling value
    alert(json.parent.sibling);
    
    // I want to get the children value
    alert(json.parent.child.more_children);
    

    Demo.

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

Sidebar

Related Questions

How i can parse and extract the parameters from an SQL Query using delphi?
I'm trying to parse returned json but can't access the data. Trying to access
This is only tangentially a programming question. Where can I find a simple-to-parse list
Is there a built parser that I can use from C# that can parse
I am getting the following response after executing the code shown below the response.
Here I am posting my Json Response below: {ResultSet: {Result:[ {Phone:(650) 473-9999, Distance:2.59, MapUrl:http://maps.yahoo.com/maps_result?q1=441+Emerson+St+Palo+Alto+CAgid1=28734629,
I've managed to edit the TTTwitter sample project so it can parse my JSON
I'm have this code below. As you can see I'm trying to use the
I am trying to parse this test.json (It does validates, so that doesn't appear
Is there any tool that can parse a valid C program and generate a

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.