YAML2JSON - YAML to JSON and back, right in your browser.
by•
Convert YAML to JSON (and back) without your config ever leaving the browser. Handles multi-document files like Kubernetes manifests, gives real parse errors with line numbers, and works offline once loaded. Free, no signup. The conversion core is open source on
GitHub.

Replies
Handled my k8s manifests with anchors and merge keys without choking, which is more than I can say for most online converters. Nice that nothing leaves the browser.
handy little tool, the in-browser approach means no sensitive configs get uploaded which is honestly a big plus. anchor and merge key support works pretty well on the k8s manifests i threw at it.