Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

YAML awesomeness

License

NotificationsYou must be signed in to change notification settings

dreftymac/awesome-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

YAML awesomeness

A curated list ofYAML resources.Inspired by theawesome.See alsoAwesome Yaml (@datatxt)

awesome-yaml

Overview

YAML is a configuration format similar to JSON.

YAML isunderrated

  • 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 asupserset 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

NoCode

  • NoCode and LowCode
  • Lowdefy - An open-source low-code framework to build internal tools, web apps, admin panels, BI dashboards, workflows, and CRUD apps with ease by simply writing YAML.

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.


[8]ページ先頭

©2009-2025 Movatter.jp