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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:18:08+00:00 2026-05-13T11:18:08+00:00

This is a weird issue. I understand JSON is supposed to be unordered and

  • 0

This is a weird issue. I understand JSON is supposed to be unordered and the implementation of java.lang.JSONObject specifically mentions that it is unordered.

However, it puzzles me because I would expect the way I call the put(); methods it should keep my order. Maybe that contradicts what I just said in the beginning though.

I am using JSON to communicate with a WCF web service which requires me to include a __type key to designate the type of complex object I am sending.

I urge you to try this:

    JSONObject object = new JSONObject();
    try {
     object.put("__type", "Value1");
     object.put("SecondKey", "Value2");
     object.put("ThirdKey", "Value3");
    }
    catch (JSONException e) {
     e.printStackTrace();
    }

The output in the log is:
{“ThirdKey”:”Value3″,”__type”:”Value1″,”SecondKey”:”Value2″}

Now, I understand the implementation uses a HashMap and so the order is not maintained. But when calling a WCF service the key __type IS REQUIRED to be first for the deserialization to occur on the service. How can I achieve this? For sometime, I have been using plain Strings to send to the webservice which works fine. However, this is not acceptable as it is ugly and hard to maintain.

Please advice, either from the Java side or WCF side how I can tackle this problem.

Thanks!

  • 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-13T11:18:08+00:00Added an answer on May 13, 2026 at 11:18 am

    However, it puzzles me because I would expect the way I call the put(); methods it should keep my order. Maybe that contradicts what I just said in the beginning though.

    Yes it does.

    But when calling a WCF service the key __type IS REQUIRED to be first for the deserialization to occur on the service.

    If that is really true, it is (IMO) either a bug in the service implementation or (if the deserialization mechanism is generic to WCF) in WCF. In the former case, complain to the service implementor that the service is buggy. In the latter case, you could try complaining to Microsoft about breaking standards (yet again) … but you’d be wasting your breath.

    The correct place to fix this would be in the code on the WCF side that is doing the deserialization. But in practice, you may need to switch to a different Java JSON library that serializes in a way that makes WCF happy. Or maybe you could just hack the JSON library that you are currently using …

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I suggest you use start conditions instead. %x C_COMMENT "/*"… May 13, 2026 at 2:54 pm
  • Editorial Team
    Editorial Team added an answer There's not a feature built into Visual Studio, however something… May 13, 2026 at 2:53 pm
  • Editorial Team
    Editorial Team added an answer also...don't do this in a web request. you can get… May 13, 2026 at 2:53 pm

Related Questions

I've created a Vista sidebar widget that uses jQuery to fetch XML and display
This is a weird problem I have started having recently. My team is developing
This may be waaay to specific for SO, but there seems to be a
I have a really weird issue with an SQL query I've been working with
This is weird and I'm not sure who the culprit really is. I'm doing

Trending Tags

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

Top Members

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.