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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:28:57+00:00 2026-06-17T19:28:57+00:00

During a JSON parsing (done with AFNetwork json getter), I have this snippet of

  • 0

During a JSON parsing (done with AFNetwork json getter), I have this snippet of code:

if (![[data class] isKindOfClass:[NSDictionary class]]) {
    DLog(@"%@ was not kind of class NSDictionary",[data class]);
    return;
}

But for some reasons, the If sentence becomes true, and the function returns:

> __NSCFDictionary was not kind of class NSDictionary

But shouldn’t __NSCFDictionary be specifically kind of class NSDictionary? or if this is the wrong way of validating, how do I do it then ?

UPDATE :

I tried turning it around, like so :

        if (![[NSDictionary class] isKindOfClass:[data class]]) {
            DLog(@"%@ was not kind of class NSDictionary",[data class]);
            return;
        }

Still doesn’t work:

__NSCFDictionary was not kind of class NSDictionary

  • 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-17T19:28:59+00:00Added an answer on June 17, 2026 at 7:28 pm

    According to docs

    isKindOfClass:
    Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)
    

    You are using

    [data class]
    

    which will return a string.. you have to use the object/instance only i.e

    if (![data isKindOfClass:[NSDictionary class]])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I receive this exception during parsing string containing JSON: Newtonsoft.Json.JsonReaderException: Unterminated string. Expected delimiter:
During a parsing process using scrapy I have found this output [u'TARTARINI AUTO SPA
Need some advise on what I am doing wrong during client JSON parsing... Tips
I'm having this code to post data to server by android application. So ,
I have created an API that requires a POST using JSON. This API is
I am writing a custom textfile-data parser (JSON-like) and I have lost many hours
I am trying to send JSON object as parameter. localhost:8080/HelloWorldApplication/webresources/helloworld/get/{param} During this process I
I've created a set of JSON data that gets passed into IndexedDB during the
When parsing json service , it works fine for first time , but during
I have an app that grabs (async) a JSON file on the network during

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.