YAML icon
YAML icon

YAML

 27 likes

YAML is a human-readable data serialization language. It is commonly used for configuration files and in applications where data are being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML) but has a minimal...

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Self-Hosted
  No rating
27 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

YAML News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • sgnl05 liked YAML
    2 months ago
  • POX updated YAML
    9 months ago
  • KGerring and forcemajore liked YAML
    10 months ago
  • MacDefender updated YAML
    10 months ago
Show all activities

YAML information

  • Developed by

    YAML
  • Licensing

    Open Source and Free product.
  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 0 comments and reviews about YAML, and it has gotten 27 likes

YAML was added to AlternativeTo by py2maker on Apr 2, 2012 and this page was last updated Jun 17, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is YAML?

YAML is a human-readable data serialization language. It is commonly used for configuration files and in applications where data are being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML) but has a minimal syntax that intentionally differs from Standard Generalized Markup Language (SGML). It uses Python-style indentation to indicate nesting and does not require quotes around most string values (it also supports JSON style […] and {…} mixed in the same file).

Official Links