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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:12:08+00:00 2026-06-09T17:12:08+00:00

If your REST api’s data representation uses XML rather than JSON, will this aid

  • 0

If your REST api’s data representation uses XML rather than JSON, will this aid in being able to modify the data representation without breaking the client?

For example, if today we have first name, last name in the data representation and tomorrow we add an email address to this representation, I can see that if we’re using XML, all we’re potentially doing is adding a new XML element which does not affect the existing elements. Clients using the “old” representation will simply disregard/skip over the new email element.

Is the same true for JSON?

  • 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-09T17:12:09+00:00Added an answer on June 9, 2026 at 5:12 pm

    Yes, the same is true for JSON as long as you are using named keys instead of numeric indexes. Imagine the following XML:

    <xml>
    <person>
        <first_name>Person</first_name>
    </person>
    </xml>
    

    This could be represented as the following JSON:

    {
        person: {
            "first_name": "Person"
        }
    }
    

    Here you can add last_name right after first_name in both snippets, and it will work fine for any client that accesses the elements by name.

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

Sidebar

Related Questions

I am currently building a website that uses data from a JSON based REST
One immensely useful call in the old REST API is Friends.getAppUsers . This call
I am developing a JSON/REST web API, for which I specifically want third party
Problem I'm communicating to a REST API which uses an atom feed as responses.
I'm using this ExtJS REST proxy to get and post data to my REST
I'm trying to access the REST Disqus API using the following url: http://disqus.com/api/3.0/threads/listPosts.json ?api_key=myKey
I've been reading this: http://www.thebuzzmedia.com/designing-a-secure-rest-api-without-oauth-authentication/ It's been a really great article. One problem I'm
If you were to have a REST layer on top of your DDD App
I am designing a REST api for one of my applications & considering using
The following function works perfectly on our production site function flickrGetPhotos(){ $.getJSON(http://api.flickr.com/services/rest/?method=flickr.photosets.getList&api_key= + flickrApiKey

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.