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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:36:28+00:00 2026-05-26T02:36:28+00:00

How to process JSON output in AJAX? Reiterating on the same question asked yday(Above

  • 0

How to process JSON output in AJAX?

Reiterating on the same question asked yday(Above link),I seem to have more clarity now.

I get JSON output in ‘data’
var query = getDomainURL() + “/ProgramCalendar/GetJSONData”;

  $.post(query, null, function (data) {...}

Now i Need to loop through the nodes and Identify ‘Key’ based on the names, and do some action for the ‘val’

$.each(data, function(key, val) {
…
}
Can it be done using something similar with $.each, can you let me know the exact syntax?

Thanks,
Adarsh

  • 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-26T02:36:29+00:00Added an answer on May 26, 2026 at 2:36 am

    If the server returns a JSON array you could use $.each:

    $.each(data, function(index, item) {
        // item represents the current element of the array
        // here you can access its properties like
        alert(item.EventText);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to process JSON files that looks like this: \u0432\u043b\u0430\u0434\u043e\u043c <b>\u043f\u0443\u0442\u0438\u043c<\/b> \u043d\u0430\u0447 Unfortunately,
Hi quick question about Jayrock... I have a Jayrock JSON-RPC web service that generally
I know that this question might have been asked like 100 times, but, believe
I want to post process the output of git log and have been playing
I use this code to process a date string coming in from a json
I have an ajax query sending to a php script and putting the response
How can I de-serialize a json object sent from javascript (using jquery.ajax) to a
I am trying to process a JSON response and generate HTML from it. I
I'm trying to process some JSON into a Java object using some beans and
I have an admin that is almost completely ajax driven. When the page loads

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.