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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:31:51+00:00 2026-05-27T07:31:51+00:00

I am working on an app that talk to Rest web service. The JSon

  • 0

I am working on an app that talk to Rest web service. The JSon parser I am using is SBJson. There is this web service on the server side returns a beanA. This bean contains an beanB. Part of the Json I got from the server side is like this when there is multiple beans:

        BeanB =             
        (
            {
                key = 12;
                name = test2bbb;
            },
            {
                key = 11;
                name = test2ttt;
            }
        );

when there is just one bean, it looks like this:

        BeanB =             
        {
            key = 10;
            name = test3;
        };

Passing through the SBJson parser, I got a dictionary when there is only one BeanB returned, and got an array when there is more than one BeanB returned. The code I used to receive the beans are:

        NSArray/NSDictionary *BeanB = [BeanADic objectForKey:@"beanB"];

The problem is I can’t predict what I am gonna get from the server side. Is there a way to test the return type?

  • 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-27T07:31:52+00:00Added an answer on May 27, 2026 at 7:31 am

    This is a case where it is appropriate to check the class of the returned value.

    id beanB = [beanADic objectForKey:@"tagBeans"];
    if ([beanB isKindOfClass:[NSDictionary class]]) {
      NSDictionary *beanDic = beanB;
      ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Visual Studio 2008 and VB.Net: I have a working web app that uses
I'm working on an app that will be using https, but we wanted to
I'm working on an app that plays audio continuously using the waveOut... API from
I'm working on an app that needs to retrieve some data from a server.
So I am working on an iPad app that needs to talk to our
I'm working on a small NodeJS app that uses everyauth (technically mongooseAuth) to talk
I'm working on an app that needs to accept a RegEx from the user,
I'm working on an app that allows tagging directly on photos via clicking (like
I'm working on an app that sends raw data to zebra printer and print
I am working on an app that counts the number of questions marks in

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.