EYN

Command Palette

Search for a command to run...

YAML ↔ JSON Converter

Convert between YAML and JSON formats with customizable indentation

Input YAML
Paste your YAML data here to convert
Output JSON
Your converted JSON will appear here
Mode:
Format Information
Learn about YAML and JSON formats

YAML (YAML Ain't Markup Language)

A human-readable data serialization format that uses indentation to represent structure.

  • • Uses indentation for structure
  • • Supports comments with #
  • • More readable than JSON
  • • Commonly used for configuration files

JSON (JavaScript Object Notation)

A lightweight data interchange format that's easy for machines to parse and generate.

  • • Uses braces and brackets for structure
  • • No comments support
  • • More compact than YAML
  • • Standard for web APIs