JSON to YAML
Convert between JSON and YAML, either direction.
Loading…
Does it keep comments when converting YAML to JSON?
No, JSON has no concept of comments, so any `#` comments in the YAML are dropped in the output. The data itself carries over fine.
What about YAML anchors and references?
Anchors and aliases (&name / *name) get resolved to their actual values before converting, since JSON can't represent them directly.
Does this upload my files anywhere?
No. Everything runs in your browser. Files never leave your device, there's no server to send them to, and no account or log.