Format Converters

Developers spend a surprising amount of time moving data from one shape to another: a CSV export that an API wants as JSON, an XML feed that a script wants as JSON, or Markdown notes that have to become HTML. These converters handle those jobs in one step.

The formatters and minifiers work as opposites. Use the formatters and the JSON Beautifier when you need to read or debug code, and the minifiers when you want smaller files in production. The JSON Validator points at the exact spot where a document breaks, and the Timestamp Converter and colour converters save a trip to the documentation.

Guides for these tools