Giter Site home page Giter Site logo

awesome-yaml's Introduction

YAML awesomeness

A curated list of YAML resources. See also Awesome Yaml (@datatxt)

awesome-yaml

Overview

YAML is a configuration format similar to JSON.

YAML is underrated

  • Some developers who use it had a negative first-impression of the format, usually because of the syntax.
  • Some dislike the fact that YAML allows the use of indentation for specifying scope (although indentation is technically not required).
  • Some consider YAML to be superfluous: "XML and JSON fit the bill nicely enough".
  • Some have either never heard of YAML or are influenced by the fact that it is (or at least was) not as famous as JSON or XML.

YAML is a supserset of JSON

## This is valid YAML syntax
## Try it out now by copy-pasting it into an online YAML parser
## (e.g., http://yaml-online-parser.appspot.com/)

{
 "json": [
   "fat and rigid"
 ],
 "yaml": [
   "skinny and flexible"
 ],
 "object": {
   "array": [
     {
       "null_value": null
     },
     {
       "boolean": true
     },
     {
       "integer": 1
     }
   ]
 }
}

Digging in

Advanced

Alternatives

Annoyances

  • Parsers Consistently bad parsing of YAML

Cloud

Critique

Documentation and resources

GUI

Mentions

Parsers

People

Projects

Security

Specification

Templating

Tools

Transformation

Variables

Variables (example workarounds)

Validation

Tutorial

YAML GISTS

YAML Gems

Searches

See also

Aweseomeness

Github

๐Ÿ’€ R.I.P.

awesome-yaml's People

Contributors

awilum avatar dreftymac avatar francescobianco avatar jtigger avatar lbovet avatar smosley avatar tomwright avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.