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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:50:33+00:00 2026-05-14T05:50:33+00:00

For me usable means that: it’s being used in real-wold it has tools support.

  • 0

For me usable means that:

  • it’s being used in real-wold
  • it has tools support. (at least some simple editor)
  • it has human readable syntax (no angle brackets please)

Also I want it to be as close to XML as possible, i.e. there must be support for attributes as well as for properties. So, no YAML please. Currently, only one matching language comes to my mind – JSON. Do you know any other alternatives?

  • 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-14T05:50:33+00:00Added an answer on May 14, 2026 at 5:50 am

    YAML is a 100% superset of JSON, so it doesn’t make sense to reject YAML and then consider JSON instead. YAML does everything JSON does, but YAML gives so much more too (like references).

    I can’t think of anything XML can do that YAML can’t, except to validate a document with a DTD, which in my experience has never been worth the overhead. But YAML is so much faster and easier to type and read than XML.

    As for attributes or properties, if you think about it, they don’t truly “add” anything… it’s just a notational shortcut to write something as an attribute of the node instead of putting it in its own child node. But if you like that convenience, you can often emulate it with YAML’s inline lists/hashes. Eg:

    <!-- XML -->
    <Director name="Spielberg">
        <Movies>
            <Movie title="Jaws" year="1975"/>
            <Movie title="E.T." year="1982"/>
        </Movies>
    </Director>
    
    
    # YAML
    Director: 
        name: Spielberg
        Movies:
          - Movie: {title: E.T., year: 1975}
          - Movie: {title: Jaws, year: 1982}
    

    For me, the luxury of not having to write each node tag twice, combined with the freedom from all the angle-bracket litter makes YAML a preferred choice. I also actually like the lack of formal tag attributes, as that always seemed to me like a gray area of XML that needlessly introduced two sets of syntax (both when writing and traversing) for essentially the same concept. YAML does away with that confusion altogether.

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

Sidebar

Related Questions

I'm working on a drop in assembly that has predefined pages and usable controls.
I'm trying to write a re-usable .NET Assembly that implements WCF. My current problem
I'm looking for a way to implement a bidirectional RPC in node.js (means that
I am developing an application that involves some sensitive user information. I retrieve this
In our codebase any classes that need to be saved are IXmlSerializable, this means
I'm in the process of extending and improving a website that has quite a
I have some simple ajax code. All I want to do is load a
I've got a bit of a usability issue that I'd value some input on.
I am using PredicateBuilder, which means that I am using the AsExpandable extension method.
Is there a usable equivalent of AppDomain.UnhandledException for Silverlight? I say usable, because, although

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.