Validate YAML

This form allows you to validate your YAML:
Your result can be seen next off.

Result of validation YAML

About Validate YAML tool

What is YAML?

YAML(Yet Another Markup Language) or (YAML Ain’t Markup Language) is a human friendly data serialization standard for all programming languages and is often used to write configuration files.

About Validate YAML tool

The Validate YAML online also called as YAML Lint tool was created to help with debugging, find errors and warnings in the YAML files. This tool allows you to solve the problem by validate YAML data so that it is easy to debug.

How it Works?

Just paste your YAML data to the textarea above and click to the button "Validate" and you will get result of validate below in the next form.

Example

Valid:
# test yaml -----------------------------------------------#
namespace: common\tests
actor_suffix: Tester
paths:
    tests: tests
    output: tests/_output
    data: tests/_data
    support: tests/_support
settings:
    bootstrap: _bootstrap.php
    colors: true
    memory_limit: 1024M
modules:
    config:
        wtools:
            configFile: 'config/test-local.php'
Not-Valid:
plain
text
is
not
yaml