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.