YAML Validator
Check whether your YAML file is valid or not. Highlight programming errors and bugs
Description
YAML Validator
What is YAML ?
YAML (YAML Ain't Markup Language) is a data serialization standard or format which is human friendly. If you notice the syntax, is is pretty similar to Python syntax because of the indentation. Yes, indentation is important on YAML(the indentation before text) , so if you miss the indentation before the text, your YAML text may no longer valid.
By using indentation, YAML text also more easier to read
Sample of YAML Formatted Text :
name: doggy
skills:
- duration: 5
name: bark
- duration: 2
name: smile
- duration: 99999
name: loving
Sample of Invalid YAML Text :
name: doggy
skills:
- duration: 3
name: bark
blabla
- duration: 2
- name: smile
Common Error
- You probably have mixed use of space and tab on your document
About
Toolkit Bay or TKB is an online tools website providing free and easy to use tools to increase productivy.
If you have any inquiries or suggestions, you can contact us on: contact@toolkitbay.com (we can read the incoming emails, but most probably we won't answer since we haven't setup the mail server yet. Feel free to reach/DM us at https://www.facebook.com/toolkitbay)
Data & Privacy
We respect your data. Uploaded file/data/input will be automatically deleted. And the processed data will be deleted less than a day.
More detail on privacy hereCopyright © 2021 Toolkit Bay. All Rights Reserved