YAML ↔ JSON Converter

Convert between YAML and JSON formats

2 spaces

About YAML & JSON

YAML: Human-readable data serialization format, commonly used for configuration files

JSON: Lightweight data interchange format, widely used in APIs and web applications

• Convert between formats for compatibility and readability

• Supports nested objects, arrays, strings, numbers, and booleans