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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:24:50+00:00 2026-06-09T23:24:50+00:00

I am using JSON-RPC to communicate between iOS application and the server. Some return

  • 0

I am using JSON-RPC to communicate between iOS application and the server. Some return values of the server are optional.

Considering the combination of technologies I am using, is it better to return these null values like {“telephone”: null} or by completely omitting the “telephone” element in the response?

Futher explanation of what I am asking:

It doesn’t look like the JSON-RPC spec specifies much to do with the method result (please correct me if I’m wrong) and clearly not sending loads null elements would improve performance and reduce bandwidth somewhat. What I’m most interested in though is the best approach from an iOS NSJSONSerialization perspective. Is it easier/better to check for whether a key exists in an NSDictionary or whether an existing key has a null value?

  • 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-09T23:24:51+00:00Added an answer on June 9, 2026 at 11:24 pm

    First of all {“telephone”: “null”} is not a null value. There are quotes so actually telephone property has string value with text “null”. Server needs to send {“telephone”: null} – without quotes.
    I’d go with listing all relevant properties that your app needs in response and put null as a value if there is not value. Then you can easily check in NSDictionary you get from NSJSONSerialization if value for key is NSNull.

    if ([dictionaryValue isKindOfClass:[NSNull class]])
        myThink.myProperty = nil;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a web application using python JSON-RPC implementation - http://json-rpc.org/wiki/python-json-rpc on server side
I am using JSON-RPC. When i send request to server i get a response
I'm writing an Applet that makes some JSON-RPC calls. I'm using the Google JSON
I'm building an application that communicates with a django backend using json-rpc. So far
i am using JSON-RPC PHP from http://jsonrpcphp.org/?page=example&lang=en to create php jsonrpc as server and
I am trying to implement a JSON-RPC solution, using a server connector object which
I'm trying to access some data through JSON RPC using the trac XMLRPCPlugin using
I don't have any idea how to post a JSON RPC request using Obj-C.
I'm trying to create a JSON RPC server in Zend Framework hosted on IIS.
I've been trying various configurations in order to call a simple JSON-RPC server for

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.