// by seankriegler.com

YAML to JSON

Convert YAML data to JSON format

// YAML to JSON

Converts simple YAML with indentation-based nesting, arrays (- items), and basic scalar values to JSON.

// Supported Features

Key-value pairs, nested objects (indentation), arrays (dash prefix), strings, numbers, booleans, null.

// Use Cases

Convert config files, transform Docker Compose to JSON, migrate Kubernetes manifests, API testing.