JSON tools
Everything here runs as a pure function inside your tab. That is what makes it safe to paste a real API response — the kind with customer emails, internal hostnames and a live bearer token in it.
Format
Code generation
Convert
JSON → CSV
Flatten nested records into a spreadsheet, with the column union taken across every row.
JSON → YAML
Convert JSON to YAML for Kubernetes manifests, CI configs and Compose files.
YAML → JSON
Parse YAML into JSON, with the failing line and column when it will not parse.
Flatten / unflatten
Collapse nested JSON to dotted paths, or rebuild the nesting from them.