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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:16:34+00:00 2026-05-15T16:16:34+00:00

I have some python code for Google App Engine that responds with the string

  • 0

I have some python code for Google App Engine that responds with the string {"sample_list": [{"message": "Hello, world.", "name": "Human"}]} I am using this JSON-framework developed by sbrautaset to convert the string to an object that I can use (NSDictionary in this case). I am following the tutorial here to use the framework.

My problem is that I am getting null for [jsonParser objectWithString:jsonString error:NULL] where jsonString is {"sample_list": [{"message": "Hello, world.", "name": "Human"}]} and jsonParser is an instance of SBJSON from the framework.

I am guessing that the parser is not recognizing the string as a JSON format. Any insight would be appreciated, as I am completely new to JSON.

Thank you!

UPDATE: The Server Side Python Code

outer_dict = {}
middle_list = []
inner_dict = {}
inner_dict["name"] = "Human"
inner_dict["message"] = "Hello, world."
middle_list.append(inner_dict)
outer_dict["sample_list"] = middle_list
json_message = simplejson.dumps(outer_dict)
self.response.out.write(json_message)

The Client Side Objective-C Code

NSURL *url = [NSURL URLWithString:@"http://theurl"];
NSString *jsonString = [self stringWithUrl:url];
NSLog(@"%@", jsonString);
id myObj = [jsonString JSONValue];
NSLog(@"%@", myObj);

stringWithUrl

- (NSString *) stringWithUrl:(NSURL *)url {
NSURLRequest *urlRequest = [NSURLRequest requestWithURL:url
                                            cachePolicy:NSURLRequestReturnCacheDataElseLoad
                                        timeoutInterval:30];
NSData *urlData;
NSURLResponse *response;
NSError *error; 

urlData = [NSURLConnection sendSynchronousRequest:urlRequest returningResponse:&response error:&error];

    return [[NSString alloc] initWithData:urlData encoding:NSUTF8StringEncoding];
}
  • 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-15T16:16:35+00:00Added an answer on May 15, 2026 at 4:16 pm

    {“sample_list”: [“message”: “Hello, world.”, “name”: “Human”]}

    You should use a JSON encoder on the server side to encode objects into JSON strings. This way you won’t mistakenly produce invalid strings.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 506k
  • Answers 506k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Templates that are installed through a VSIX don't get installed… May 16, 2026 at 3:42 pm
  • Editorial Team
    Editorial Team added an answer That should be fine. You can even have a non-static… May 16, 2026 at 3:42 pm
  • Editorial Team
    Editorial Team added an answer Make them properties of a @ViewScoped bean. @ManagedBean @ViewScoped public… May 16, 2026 at 3:42 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

So, I have a GWT client, which interacts with a Python Google App Engine
I'd like to write some Python unit tests for my Google App Engine. How
As the title suggests, I'm using Google App Engine and Django. I have quite
Im trying to use http://www.javarants.com/2008/04/13/using-google-app-engine-to-extend-yahoo-pipes/ as inspiration, but I'm having some troubles with the
A question that seems to have quite a few options for Python, but none
Recently I've been very interested with GWT and Google App Engine. Although I know
I'm generating automatic C++ code from python, in particular I need to select some
I currently have a client website on the Grid server on MediaTemple that will
I have installed twill on my computer (having previously installed Python 2.5) and have
I have two Python lists of dictionaries, entries9 and entries10 . I want to

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.