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

The Archive Base Latest Questions

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

I have not worked with json yet. and have no idea how it works

  • 0

I have not worked with json yet. and have no idea how it works
I want to use jquery for performing ajax with php file. is it advisable to use json here.
heard from someone that json is light weight. Is that true? if yes how would i use json for ajax-php peration with jquery

  • 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-21T00:36:29+00:00Added an answer on May 21, 2026 at 12:36 am

    JSON is an information interchange format based on JavaScript literal notation (but is actually a subset of literal notation, you may only use strings, numbers, objects, booleans and arrays, from memory).

    Unless you need to receive data back, you won’t use it. It is lightweight compared to something like XML.

    If you need to get JSON using jQuery, you can use the high level AJAX API call called getJSON() which is as simple as….

    jQuery

    $.getJSON('path/to/whatever.php', function(obj) {  
        alert(obj.name);
    });
    

    PHP

    header('Content-Type: application/json');
    echo json_encode(array('name' => 'bob'));
    

    If you wanted to throw away requests that don’t look like AJAX, use this…

    if (isset($_SERVER['X-REQUESTED-WITH']) AND $_SERVER['X-REQUESTED-WITH'] !== 'XMLHttpRequest') {
       die('XHR only.');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with my JQuery, Ajax, and PHP code. I have a
I'm ashamed to say it, but I have to. I have not worked with
So I've never worked with stored procedures and have not a whole lot of
I have worked on iPhone application but not aware of the formalities to submit
I believe several of us have already worked on a project where not only
Note - I have not delved very deeply into Apple's iPhone SDK yet. However,
I have a WCF service in an ASP.NET AJAX app that is returning json.
I have the following JQuery code that worked perfect in C#/Asp.net 2.0 to call
can someone explain why this jquery selector is not working, I've worked around the
I have JSON data being provided to my application but unfortunatly it is not

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.