A universal data-format converter: paste JSON, YAML, XML, CSV or EDN and turn it into any of the other formats. Conversion happens instantly in the browser.
No. All conversions run locally in your browser.
CSV is flat by nature: nested structures are flattened where possible, and tabular data converts cleanly in both directions.
No — comments are not part of the data model, so they are dropped during conversion, as in most converters.
EDN is the Clojure data notation, similar to JSON but with richer types (keywords, sets). Handy for Clojure projects.