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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:02:56+00:00 2026-06-13T17:02:56+00:00

Possible Duplicate: Sort JavaScript object by key I am creating JSONArray from JSONObject in

  • 0

Possible Duplicate:
Sort JavaScript object by key

I am creating JSONArray from JSONObject in android. The JSONArray that i wanted to be is:
[{“last_name”:”cruz”,
“first_name”:”juan”,
“middle_name”:”sam”}]

but it appears
[{“first_name”:”cruz”,
“last_name”:”juan”,
“middle_name”:”sam”}]

how can I arrange the array in order that I wanted?

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-06-13T17:02:57+00:00Added an answer on June 13, 2026 at 5:02 pm
    1. prepare a LinkedHashMap object with elements
    
    2. convert it to JSONObject
    

    Example:

    Map obj = new LinkedHashMap();
    obj.put("a", "String1");
    obj.put("b", new Integer(1));
    obj.put("c", new Boolean(true));
    obj.put("d", "String2");
    JSONObject json = new JSONObject(obj);
    

    download this library:

    https://github.com/douglascrockford/JSON-java

    save all the files in a new package in your project

    instead of using org.json.JSONObject use your.package.JSONObject which you added from the downloaded library.

    now open JSONObject.java file and change HashMap() to LinkedHashMap() in the constructor

    public JSONObject(Map map)
    

    This will make the JSONObject store data in the order you entered the values using put.

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

Sidebar

Related Questions

Possible Duplicate: How to sort an array of javascript objects? I have output that
Possible Duplicate: how to sort a multidemensional array by an inner key How to
Possible Duplicate: Sort array of objects sort an object array in php EDIT: This
Possible Duplicate: Sort by key of dictionary inside a dictionary in Python I have
Possible Duplicate: How to sort an array of javascript objects? Every time I mess
Possible Duplicate: Sort a field of each object in a list with LINQ I
Possible Duplicate: How to sort a Map<Key, Value> on the values in Java? Here's
Possible Duplicate: How to sort a Map<Key, Value> on the values in Java? I
Possible Duplicate: How to sort an array of javascript objects? i have a array
Possible Duplicate: How to sort an array of javascript objects? I have a array

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.