Hacker News new | ask | show | jobs
Show HN: YAML to JSON converter focused on Kubernetes configs (jsonviewertool.com)
2 points by jsonviewertool 168 days ago
Hi HN

I built a small browser-based tool to convert YAML to JSON.

Why: - I often work with Kubernetes manifests and APIs that require JSON - Most online tools upload data to servers, which isn’t ideal for configs

What it does: - Converts YAML → JSON entirely client-side - Handles nested objects, arrays, and common YAML edge cases - No sign-up, no uploads

Link: https://jsonviewertool.com/yaml-to-json

Would love feedback from folks working with DevOps, APIs, or infra tooling.