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.
@cetinalpca34281 thanks! anchors and merge keys were honestly the annoying part to get right, half the test files i used were k8s manifests for exactly this reason. glad it held up
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.
@yiit58ic appreciate it! ya the no-upload thing was the whole reason i built it, always felt weird pasting configs with secrets into random sites. if you find a file that breaks it i genuinely want to see it