Back to editor

YAML to JSON

Convert YAML to JSON and back, preserving structure and comments where possible.

YAMLJSON

FAQ

Are YAML comments preserved when converting to JSON?

No — JSON has no comment syntax, so comments are dropped on YAML → JSON. Converting JSON → YAML never had comments to begin with.