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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:20:42+00:00 2026-06-08T13:20:42+00:00

I am running a mixed PHP / jQuery AJAX function and want to check

  • 0

I am running a mixed PHP / jQuery AJAX function and want to check for malformed JSON before I start processing data. Using the code below, I get the ‘out of scope’ error for my parsed JSON. however, if I move it above the try block, then I don’t know what to put inside the try

    jQuery.post(ajaxurl, data, function(response) {
        try {
            var obj = jQuery.parseJSON(response);
        }
        catch(e) {
            // error catch, malformed JSON
        }

        if(obj.success === true) {
            // do something
        }
        else {
            // do something else
        }
    });

I’m perfectly open to ideas of a better way to process this, but there are many different checks of obj that I need to perform.

  • 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-08T13:20:44+00:00Added an answer on June 8, 2026 at 1:20 pm

    You should declare the variable outside the try, but assign it inside.

        var obj;
        try {
            obj = jQuery.parseJSON(response);
        }
        catch(e) {
            // error catch, malformed JSON
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am running 5 instances of a PHP script using Supervisord . Running 5
Running Puppet v2.7.14 on CEntOs 6 and also using Apache/Passenger instead of WEBrick. I
For a new project, we want to build a web service in Java using
I'm running a mixed environment, and keep a central, bare repository where I pull
I'm running OSX 10.7 (Lion), and recently uninstalled MacPorts because MySQL failed to start.
I'm using a VS 2008 Setup and Deployment project to deploy a mixed managed
Hi guys, We have a mixed development environment of three servers running: Win Server
I've just installed the latest RVM on my new server using Mixed Mode, and
All, I am having some trouble running a java web start application that has
I have a PHP function below that is used for a command line tool

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.